]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Use a larger initial mbox keywords pool size.
authorTimo Sirainen <tss@iki.fi>
Wed, 30 Apr 2008 14:06:19 +0000 (17:06 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 30 Apr 2008 14:06:19 +0000 (17:06 +0300)
--HG--
branch : HEAD

src/lib-storage/index/mbox/mbox-sync.c

index 10230d21819e03d14729217b0a34da17efa1d2f3..bad07d95b3b2ac69ac7df2863e04f24ae140de95 100644 (file)
@@ -1715,7 +1715,7 @@ again:
        sync_ctx.sync_view = sync_view;
        sync_ctx.t = trans;
        sync_ctx.mail_keyword_pool =
-               pool_alloconly_create("mbox keywords", 256);
+               pool_alloconly_create("mbox keywords", 512);
        sync_ctx.saved_keywords_pool =
                pool_alloconly_create("mbox saved keywords", 4096);