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
Now for testing I send 100 packets every 5 seconds. Each packet sends the value 10000
=> we get about 600
That is, the service does not count the value, but the number of sends
But if I send, for example, once every 30 seconds, then I receive correctly - approximately 1000,000
The influence of the parameter is suspected
update-count-threshold, I would like to understand the meaning of this parameter .. more details.
Does it somehow affect the work or is it just warnings in the log if sending is too frequent?
The text was updated successfully, but these errors were encountered:
Now for testing I send 100 packets every 5 seconds. Each packet sends the value 10000
=> we get about 600
That is, the service does not count the value, but the number of sends
But if I send, for example, once every 30 seconds, then I receive correctly - approximately 1000,000
The influence of the parameter is suspected
update-count-threshold, I would like to understand the meaning of this parameter .. more details.
Does it somehow affect the work or is it just warnings in the log if sending is too frequent?
The text was updated successfully, but these errors were encountered: