node-red-contrib-3dm-space 1.0.10 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/3dm-cloud-out.js +1 -1
  2. package/README.md +2246 -114
  3. package/package.json +1 -1
package/3dm-cloud-out.js CHANGED
@@ -56,7 +56,7 @@ module.exports = function (RED) {
56
56
  * 60000 = 1 update per minute.
57
57
  * This only applies to live online data when the queue is empty.
58
58
  */
59
- var LIVE_PUBLISH_INTERVAL_MS = 60000;
59
+ var LIVE_PUBLISH_INTERVAL_MS = 45000;
60
60
 
61
61
  var RATE_LIMIT_TEXT = "rate limited: slow your payloads down!";
62
62
  var QUEUE_FULL_TEXT = "queue full: message rejected";