process network events faster under windows so Gajim reacts faster.
This commit is contained in:
parent
5cf27f1b11
commit
c6b496e1de
|
@ -215,7 +215,7 @@ class IdleQueue:
|
|||
|
||||
# (timeout, boolean)
|
||||
# Boolean is True if timeout is specified in seconds, False means miliseconds
|
||||
PROCESS_TIMEOUT = (200, False)
|
||||
PROCESS_TIMEOUT = (100, False)
|
||||
|
||||
def __init__(self):
|
||||
self.queue = {}
|
||||
|
|
Loading…
Reference in New Issue