Update config.php

This commit is contained in:
Thalis 2017-07-23 17:50:54 +02:00 committed by GitHub
parent 4efaf50c90
commit fe495fed64

View File

@ -1641,6 +1641,9 @@
// Enable the search form
$config['search']['enable'] = false;
// Enable search in the board index.
$config['board_search'] = false;
// Maximal number of queries per IP address per minutes
$config['search']['queries_per_minutes'] = Array(15, 2);