--------------------- PatchSet 548 Date: 2000/08/23 14:09:51 Author: kinkie Branch: ntlm Tag: (none) Log: Changed some settings to production-level. Members: ntlm_auth_modules/NTLMSSP/ntlm.h:1.1.2.9->1.1.2.10 Index: squid/ntlm_auth_modules/NTLMSSP/ntlm.h =================================================================== RCS file: /cvsroot/squid-sf//squid/ntlm_auth_modules/NTLMSSP/Attic/ntlm.h,v retrieving revision 1.1.2.9 retrieving revision 1.1.2.10 diff -u -r1.1.2.9 -r1.1.2.10 --- squid/ntlm_auth_modules/NTLMSSP/ntlm.h 18 Aug 2000 15:01:12 -0000 1.1.2.9 +++ squid/ntlm_auth_modules/NTLMSSP/ntlm.h 23 Aug 2000 14:09:51 -0000 1.1.2.10 @@ -22,8 +22,8 @@ /* * define this if you want debugging */ -#define DEBUG -#define SHOW_CACHE_CONTENTS_UPON_HOUSEKEEP +/* #define DEBUG */ +/* #define SHOW_CACHE_CONTENTS_UPON_HOUSEKEEP */ /* * The house-cleanup cycle is invoked once every CYCLE seconds, interrupting @@ -35,16 +35,16 @@ * After this many seconds the challenge is refreshed. This has the side * effect of invalidating the entire cache. The lower this value, the better * security. The higher this value, the better is performance */ -//#define CHALLENGE_REFLESH 3600 -#define CHALLENGE_REFLESH 60 +#define CHALLENGE_REFLESH 3600 +/* #define CHALLENGE_REFLESH 60 */ /* * This many seconds after last access, a cached entry is deleted and * re-authentication is performed. This is useful to keep the cache size * under control. */ -//#define ENTRY_EXPIRY 1800 -#define ENTRY_EXPIRY 30 +#define ENTRY_EXPIRY 1800 +/* #define ENTRY_EXPIRY 30 */ /************* END CONFIGURATION ***************/