added setup token

This commit is contained in:
alejandro.campos@artica.es 2021-03-16 09:21:16 +01:00
parent 90b9ace749
commit 8dc6ec4e07
1 changed files with 4 additions and 0 deletions

View File

@ -1888,6 +1888,10 @@ function config_process_config()
config_update_value('collection_max_size', 1000000);
}
if (!isset($config['policy_add_max_agents'])) {
config_update_value('policy_add_max_agents', 200);
}
if (!isset($config['event_replication'])) {
config_update_value('event_replication', 0);
}