Tweak performance

This commit is contained in:
Thomas Nordquist
2019-01-04 00:28:31 +01:00
parent 87dafc9c89
commit cd540cade3
11 changed files with 405 additions and 271 deletions

View File

@@ -4,7 +4,7 @@ const http = require('http')
import { TopicProperties, Tree, TreeNodeFactory } from './Model'
import { MqttSource, DataSource } from './DataSource'
const options = { url: 'mqtt://test.mosquitto.org' }
const options = { url: 'mqtt://nodered' }
const dataSource = new MqttSource()
const a: any[] = []