]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 2267 - increase MAX_URL to 8192
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 4 Apr 2008 13:59:45 +0000 (01:59 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 4 Apr 2008 13:59:45 +0000 (01:59 +1200)
src/defines.h

index f9e86c8a64632e044a20318f7e1ee7612017d471..dac189e1c1bc31a07ec0e2c6e138d4b00409e56e 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