summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-20 18:44:24 +0200
committerQC <qball@gmpclient.org>2015-09-20 18:44:24 +0200
commit3edd66ad6b8cef016c7e4b7e84e4d2bf4e620d36 (patch)
tree40f6cb2ec38d55855b162d1777c860b171201f99 /config
parent8083753700a6bba4eea671e83b6ac2789a7015c5 (diff)
Update lazy limit filter
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.def.c b/config/config.def.c
index cf402031..4f25b5d6 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -121,7 +121,7 @@ Settings config = {
/** Sidebar mode, show the switchers */
.sidebar_mode = FALSE,
/** Lazy mode setting */
- .lazy_filter_limit = 5000,
+ .lazy_filter_limit = 15000,
/** auto select */
.auto_select = FALSE,
/** Parse /etc/hosts file in ssh view. */