On Wed, 2007-02-21 at 15:48 +0100, Rene Luria wrote:> Hi guys,
>
> 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..
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL:
<http://dovecot.org/pipermail/dovecot/attachments/20070222/1a7291ca/attachment.bin>