You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.js
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,14 @@
183
183
*/
184
184
lmstEpoch: Date.UTC(2020,2,18,0,0,0),
185
185
186
+
/*
187
+
* subscriptionMCWSFilterDelay: delay in milliseconds for combining filters for the same subscription
188
+
* endpoint connection. Smaller value = quicker display of realtime data (ex, 10ms in a
189
+
* low latency environment), higher value = avoids potentially creating and subsequently tearing down new websocket connections if filter changes are happening faster than server response times
190
+
* (ex, 100ms+ in a high latency environment)
191
+
*/
192
+
subscriptionMCWSFilterDelay: 100,
193
+
186
194
/**
187
195
* timeSystems: specify the time systems to use.
188
196
* Options are 'scet', 'ert', 'sclk', 'msl.sol' and 'lmst'.
0 commit comments