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
if a large amount of connections are open the server seems to stop responding. Opening it up to a denial of service attack from any single desktop. for example opening 50k wget downloads in my terminal made the site stop responding.
A possible fix could be to limit same ip connections to a reasonable amount and/or raising the servers file descriptor limit should help
The text was updated successfully, but these errors were encountered:
if a large amount of connections are open the server seems to stop responding. Opening it up to a denial of service attack from any single desktop. for example opening 50k wget downloads in my terminal made the site stop responding.
A possible fix could be to limit same ip connections to a reasonable amount and/or raising the servers file descriptor limit should help
The text was updated successfully, but these errors were encountered: