diff --git a/plugins/manticoresearch/conf/manticore.conf b/plugins/manticoresearch/conf/manticore.conf index 9b464666b..a52a78775 100755 --- a/plugins/manticoresearch/conf/manticore.conf +++ b/plugins/manticoresearch/conf/manticore.conf @@ -10,4 +10,8 @@ searchd { query_log = /var/log/manticore/query.log pid_file = /var/run/manticore/searchd.pid data_dir = /var/lib/manticore + workers = threads + binlog_path = /var/lib/manticore + max_children = 1000 + max_matches = 1000000 }