Reduce PROCESS_TIMEOUT on Windows
If io_add_watch is available like on Linux, the PROCESS_TIMEOUT, is only used to check for timed out events. On Window its also used to call select() on the socket, so we get pending data. We need this as low as possible otherwise Gajim on Windows feels painfully slow.
Loading
Please register or sign in to comment