diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 22:03:15 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 22:03:15 +0200 |
commit | a3b2a203e735c7384211bd996e9104ff62afb557 (patch) | |
tree | a7bfc2af0d23a483a10106d48c564d580ccc01e0 | |
parent | c80858f919cd54b3f6721d2267b33dc3a91da474 (diff) |
Update default URL grabber limit
-rw-r--r-- | src/common/cfgfiles.c | 2 |
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; |