Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
noblogs-wp
Commits
9f981e0b
Commit
9f981e0b
authored
Jan 12, 2015
by
lechuck
Committed by
lucha
Dec 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabled hyperdb check_tcp_responsiveness that causes excessive connection errors on mysql
parent
e99e3201
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
db-config.php
db-config.php
+4
-0
No files found.
db-config.php
View file @
9f981e0b
...
...
@@ -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'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment