mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Reduced maxDelay from 10 minutes to 5 minutes.
This commit is contained in:
parent
eb217d82ae
commit
b63d48f526
@ -93,7 +93,7 @@ class SupyIrcProtocol(LineReceiver):
|
||||
|
||||
|
||||
class SupyReconnectingFactory(ReconnectingClientFactory):
|
||||
maxDelay = 600
|
||||
maxDelay = 300
|
||||
protocol = SupyIrcProtocol
|
||||
def __init__(self, (server, port), irc):
|
||||
self.irc = irc
|
||||
|
Loading…
Reference in New Issue
Block a user