.BANCHO. Decrease IRC polling time to 1 second
This commit is contained in:
parent
d249dd593f
commit
3b150d70cd
|
@ -622,7 +622,7 @@ class Server:
|
||||||
[x.socket for x in self.clients.values()
|
[x.socket for x in self.clients.values()
|
||||||
if x.writeBufferSize() > 0],
|
if x.writeBufferSize() > 0],
|
||||||
[],
|
[],
|
||||||
2)
|
1)
|
||||||
|
|
||||||
# Handle incoming connections
|
# Handle incoming connections
|
||||||
for x in iwtd:
|
for x in iwtd:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user