79118656

Date: 2024-10-23 15:41:02
Score: 1
Natty:
Report link

From the documentation for acceptCount - the operating system provides the queue for incoming connection requests and may ignore this setting and choose a different size for the queue. With such a small value it may be ignored and depends on the OS.

I'm not sure your requirements but you also may want to consider using a rate limiter library like resilience4jhttps://resilience4j.readme.io/docs/ratelimiter

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: camtastic