summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-02 22:03:15 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-02 22:03:15 +0200
commita3b2a203e735c7384211bd996e9104ff62afb557 (patch)
treea7bfc2af0d23a483a10106d48c564d580ccc01e0 /src
parentc80858f919cd54b3f6721d2267b33dc3a91da474 (diff)
Update default URL grabber limit
Diffstat (limited to 'src')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 1f4d250a..4485b426 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -744,7 +744,7 @@ load_config (void)
 	prefs.input_tray_priv = prefs.input_tray_hilight = 1;
 	prefs.autodccsend = 2;	/* browse mode */
 	prefs.url_grabber = 1;
-	prefs.url_grabber_limit = 0; /* 0 means unlimited */
+	prefs.url_grabber_limit = 100; /* 0 means unlimited */
 	prefs.text_search_follow = 1;
 #ifdef WIN32
 	prefs.identd = 1;