Update default URL grabber limit
This commit is contained in:
parent
c80858f919
commit
a3b2a203e7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue