]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #2267 - increase MAX_URL to 8192
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 5 Apr 2008 02:48:51 +0000 (20:48 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 5 Apr 2008 02:48:51 +0000 (20:48 -0600)
src/defines.h

index 50865647a2bffbbb991d2f468cda6a04eb436b79..0e7437dc20876168d290b7125b9ef28718867724 100644 (file)
 
 #define MAX_FILES_PER_DIR (1<<20)
 
-#define MAX_URL  4096
+#define MAX_URL  8192
 #define MAX_LOGIN_SZ  128
 
 #define PEER_MAX_ADDRESSES 10