mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'fix/db-retry-lock' into 'develop'
retried db query on error 1205 - lock See merge request artica/pandorafms!1981
This commit is contained in:
commit
d0d989ab19
@ -1032,7 +1032,7 @@ function config_process_config () {
|
||||
}
|
||||
|
||||
if (!isset ($config["replication_interval"])) {
|
||||
config_update_value ('replication_interval', 1);
|
||||
config_update_value ('replication_interval', 10);
|
||||
}
|
||||
|
||||
if (!isset ($config["replication_limit"])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user