From e5bdfea1b473faa4da7a20bd28adf1c62837056e Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 4 Apr 2008 20:48:51 -0600 Subject: [PATCH] Bug #2267 - increase MAX_URL to 8192 --- src/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2