Commit 1861530
committed
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.1 parent f4f2443 commit 1861530
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments