Skip to content

Commit 44aa99f

Browse files
Merge branch 'dev'
2 parents 4d23813 + bc371fd commit 44aa99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lossyBuffer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default class LossyBuffer {
2424
this.alertOnce = true;
2525
this.logger.log({
2626
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."
2828
});
2929
}
3030

0 commit comments

Comments
 (0)