mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
added setup token
This commit is contained in:
parent
90b9ace749
commit
8dc6ec4e07
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user