process network events faster under windows so Gajim reacts faster.

This commit is contained in:
Yann Leboulanger 2010-02-14 21:07:19 +01:00
parent 5cf27f1b11
commit c6b496e1de
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}