From: Amos Jeffries Date: Sat, 5 Apr 2008 02:48:51 +0000 (-0600) Subject: Bug #2267 - increase MAX_URL to 8192 X-Git-Tag: SQUID_3_0_STABLE5~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5bdfea1b473faa4da7a20bd28adf1c62837056e;p=thirdparty%2Fsquid.git Bug #2267 - increase MAX_URL to 8192 --- diff --git a/src/defines.h b/src/defines.h index 50865647a2..0e7437dc20 100644 --- a/src/defines.h +++ b/src/defines.h @@ -153,7 +153,7 @@ #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