Update IPC atime once all 3h

See #996
This commit is contained in:
Florian Bruhin 2017-03-16 09:24:49 +01:00
parent befb1afb2c
commit 99c7301fb4

View File

@ -37,7 +37,7 @@ from qutebrowser.utils import log, usertypes, error, objreg, standarddir
CONNECT_TIMEOUT = 100 # timeout for connecting/disconnecting
WRITE_TIMEOUT = 1000
READ_TIMEOUT = 5000
ATIME_INTERVAL = 60 * 60 * 6 * 1000 # 6 hours
ATIME_INTERVAL = 60 * 60 * 3 * 1000 # 3 hours
PROTOCOL_VERSION = 1