mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
adjusted replication_interval default
This commit is contained in:
parent
50c3453415
commit
5c3b3a0e66
@ -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