diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-03-14 16:10:06 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-03-14 16:10:06 +0000 |
commit | ee19a8071a63c4272114dbae5125dc78174b1473 (patch) | |
tree | be61674ba127339cdecee34abf31361b6c9b1a2d /fetchmailconf.py | |
parent | 5d8baab700b5ea100ccc93495071605e094bd84e (diff) | |
download | fetchmail-ee19a8071a63c4272114dbae5125dc78174b1473.tar.gz fetchmail-ee19a8071a63c4272114dbae5125dc78174b1473.tar.bz2 fetchmail-ee19a8071a63c4272114dbae5125dc78174b1473.zip |
Lower fastuidl default to 4 (was 10). Patch by Sunil Shetye.
svn path=/branches/BRANCH_6-3/; revision=4740
Diffstat (limited to 'fetchmailconf.py')
-rwxr-xr-x | fetchmailconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py index ff870233..41c4d398 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -249,7 +249,7 @@ class User: self.warnings = 3600 # Size warning interval (see tunable.h) self.fetchlimit = 0 # Max messages fetched per batch self.fetchsizelimit = 100 # Max message sizes fetched per transaction - self.fastuidl = 10 # Do fast uidl 9 out of 10 times + self.fastuidl = 4 # Do fast uidl 3 out of 4 times self.batchlimit = 0 # Max message forwarded per batch self.expunge = 0 # Interval between expunges (IMAP) self.ssl = 0 # Enable Seccure Socket Layer |