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:
vgilc 2018-11-16 13:15:06 +01:00
commit d0d989ab19
1 changed files with 1 additions and 1 deletions

View File

@ -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"])) {