fix totally wrong rate limit storage initialization

This commit is contained in:
Thorsten
2015-11-20 22:23:31 +01:00
parent b92f175755
commit 5c2b91bdc2
2 changed files with 5 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ RATE_INTERACTIVE = 0x04
RATE_CHAT = 0x08
RATE_URL = 0x10
rate_limit_classes = (RATE_CHAT, RATE_GLOBAL, RATE_NO_SILENCE, RATE_INTERACTIVE, RATE_URL)
BUFSIZ = 8192
EVENTLOOP_DELAY = 0.100 # seconds
USER_AGENT = '''Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.0'''