Update lazy limit filter

This commit is contained in:
QC 2015-09-20 18:44:24 +02:00
parent 8083753700
commit 3edd66ad6b
1 changed files with 1 additions and 1 deletions

View File

@ -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. */