]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Increased default client_limit to 4096.
authorTimo Sirainen <tss@iki.fi>
Thu, 25 Mar 2010 15:01:21 +0000 (17:01 +0200)
committerTimo Sirainen <tss@iki.fi>
Thu, 25 Mar 2010 15:01:21 +0000 (17:01 +0200)
--HG--
branch : HEAD

src/auth/auth-settings.c

index 714eaf9f425bc3f1bfdd9a8e3db91e64539f85b5..a63f2e3bc2d5abaa3864327f6db76751c25b27ec 100644 (file)
@@ -47,7 +47,7 @@ struct service_settings auth_service_settings = {
 
        .process_min_avail = 0,
        .process_limit = 1,
-       .client_limit = 0,
+       .client_limit = 4096,
        .service_count = 0,
        .vsz_limit = -1U,