22 Feb
2007
22 Feb
'07
3:12 p.m.
Timo Sirainen wrote:
On Wed, 2007-02-21 at 15:48 +0100, Rene Luria wrote:
How can I modify the timeout value for the pop3_lock_session ? I'd like it to be much bigger.
mbox_lock_timeout with mboxes.
With maildir it's hardcoded currently, src/lib-storage/index/maildir/maildir-uidlist.c UIDLIST_LOCK_STALE_TIMEOUT. Hmm. Actually that locking code isn't too great, because it'll overwrite the lock in 2 minutes instead of timing out. I'll have to fix it so that the file gets updated once in 10 seconds or so.
Maybe I should add pop3_lock_session_timeout which overrides the default lock settings..
That'd be great !