.BANCHO. Decrease IRC polling time to 1 second

This commit is contained in:
Nyo 2016-11-12 22:55:43 +01:00
parent d249dd593f
commit 3b150d70cd

View File

@ -622,7 +622,7 @@ class Server:
[x.socket for x in self.clients.values()
if x.writeBufferSize() > 0],
[],
2)
1)
# Handle incoming connections
for x in iwtd: