Skip to content
Snippets Groups Projects
Commit 3ddf317b authored by lechuck's avatar lechuck Committed by agata
Browse files

disabled hyperdb check_tcp_responsiveness that causes excessive connection errors on mysql

parent ec49874f
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@
$wpdb->persistent = true;
$wpdb->max_connections = 30;
/* Disable responsiveness check, is not needed in our configuration and is causing
connection errors for the wrong implementation */
$wpdb->check_tcp_responsiveness = false;
include_once('r2db/db-hash.php');
include_once('r2db/db-backends.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment