Add new token to limit events to replicate in metaconsole. Tiquet: #2979
(cherry picked from commit 7b7714589b
)
This commit is contained in:
parent
d893f6064a
commit
1433ec304e
|
@ -162,6 +162,9 @@ sub pandora_get_sharedconfig ($$) {
|
|||
|
||||
# Metaconsole agent cache.
|
||||
$pa_config->{"metaconsole_agent_cache"} = pandora_get_tconfig_token ($dbh, 'metaconsole_agent_cache', 0);
|
||||
|
||||
#Limit of events replicate in metaconsole
|
||||
$pa_config->{'replication_limit'} = pandora_get_tconfig_token ($dbh, 'replication_limit', 1000);
|
||||
}
|
||||
|
||||
##########################################################################
|
||||
|
|
Loading…
Reference in New Issue