Skip to content
Snippets Groups Projects
Commit 1283413d authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed default timeout

parent 73cc41be
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ define('qrs_db_pass', 'password');
define('qrs_db_option_tsqueryfunction', "plainto_tsquery('english', :query)");
// Timeout in milliseconds
define('qrs_db_option_timeout', 1);
define('qrs_db_option_timeout', 5000);
define('qrs_backend', 'pgsql-smart');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment