Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to fix the flood ban bug by sleeping for floodRate after connecting
There have been issues where the server would flood ban queries shortly after connecting (after roughly 10 commands). However, if they didn't get banned at the start, the query would run fine at a 350ms/command rate indefinitely. Adding a startup delay should thus fix the issue. Users of the UNLIMITED flood rate are unaffected by this change.
- Loading branch information