mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 14:56:30 +01:00
Changed session sync timeout to 2 seconds.
This commit is contained in:
parent
31687b8a05
commit
bb808174e3
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, Session):
|
|||
# until coming up with a more elegant solution /Griatch
|
||||
|
||||
from src.utils.utils import delay
|
||||
delay(5, callback=self.handshake_done, retval=True)
|
||||
delay(2, callback=self.handshake_done, retval=True)
|
||||
|
||||
def handshake_done(self, force=False):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue