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: src/lossyBuffer.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ export default class LossyBuffer {
24
24
this.alertOnce=true;
25
25
this.logger.log({
26
26
level: 'error',
27
-
message: "The data rate is too high, messages are getting dropped due to full buffer. Increase connectorsBufferSize if you think your machine could handle more."
27
+
message: "The data rate is too high, messages are getting dropped due to full buffer. Increase the buffer size if you think your machine could handle more."
0 commit comments