mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
add config option for typeahead limit
This commit is contained in:
@@ -870,4 +870,7 @@ $config['ignore_unmapable_port'] = False;
|
||||
|
||||
// InfluxDB default configuration
|
||||
$config['influxdb']['timeout'] = 0;
|
||||
$config['influxdb']['verifySSL'] = false;
|
||||
$config['influxdb']['verifySSL'] = false;
|
||||
|
||||
// Typeahead default configuration
|
||||
$config['typeahead_limit'] = 5;
|
||||
|
||||
Reference in New Issue
Block a user