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"])) {
|
if (!isset ($config["replication_interval"])) {
|
||||||
config_update_value ('replication_interval', 1);
|
config_update_value ('replication_interval', 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset ($config["replication_limit"])) {
|
if (!isset ($config["replication_limit"])) {
|
||||||
|
|
Loading…
Reference in New Issue