Update default URL grabber limit

This commit is contained in:
Berke Viktor 2012-10-02 22:03:15 +02:00
parent c80858f919
commit a3b2a203e7
1 changed files with 1 additions and 1 deletions

View File

@ -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;