[dovecot-cvs] dovecot dovecot-example.conf,1.118,1.119
    cras at dovecot.org 
    cras at dovecot.org
       
    Thu Oct 21 05:23:11 EEST 2004
    
        - Previous message: [dovecot-cvs] dovecot/src/master mail-process.c,1.61,1.62
- Next message: [dovecot-cvs] 
	dovecot/src/auth Makefile.am, 1.38, 1.39 auth-cache.c,
	NONE, 1.1 auth-cache.h, NONE, 1.1 mech.c, 1.46, 1.47 mech.h,
	1.26, 1.27 passdb-cache.c, NONE, 1.1 passdb-cache.h, NONE,
	1.1 passdb-ldap.c, 1.11, 1.12 passdb-passwd-file.c, 1.10,
	1.11 passdb-sql.c, 1.4, 1.5 passdb.c, 1.24, 1.25 passdb.h,
	1.15, 1.16
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv21856
Modified Files:
	dovecot-example.conf 
Log Message:
Added simple LRU cache for auth requests. Currently only for sql passdb.
Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- dovecot-example.conf	20 Oct 2004 18:09:32 -0000	1.118
+++ dovecot-example.conf	21 Oct 2004 02:23:09 -0000	1.119
@@ -468,6 +468,12 @@
 # Set max. process size in megabytes.
 #auth_process_size = 256
 
+# Authentication cache size in kilobytes.
+#auth_cache_size = 0
+# Time to live in seconds for cached data. After this many seconds a cached
+# record is forced out of cache.
+#auth_cache_ttl = 3600
+
 # Space separated list of realms for SASL authentication mechanisms that need
 # them. You can leave it empty if you don't want to support multiple realms.
 # Many clients simply use the first one listed here, so keep the default realm
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c,1.61,1.62
- Next message: [dovecot-cvs] 
	dovecot/src/auth Makefile.am, 1.38, 1.39 auth-cache.c,
	NONE, 1.1 auth-cache.h, NONE, 1.1 mech.c, 1.46, 1.47 mech.h,
	1.26, 1.27 passdb-cache.c, NONE, 1.1 passdb-cache.h, NONE,
	1.1 passdb-ldap.c, 1.11, 1.12 passdb-passwd-file.c, 1.10,
	1.11 passdb-sql.c, 1.4, 1.5 passdb.c, 1.24, 1.25 passdb.h,
	1.15, 1.16
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the dovecot-cvs
mailing list