Merge branch 'ent-6648-Añadir-agentes-a-politicas-metaconsola' into 'develop'

Ent 6648 añadir agentes a politicas metaconsola

See merge request artica/pandorafms!3912
This commit is contained in:
Daniel Rodriguez 2021-03-16 16:41:13 +00:00
commit 128fabfde2
1 changed files with 4 additions and 0 deletions

View File

@ -1948,6 +1948,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);
}