Add warning when 'Event Storm protection' is activated. tiquet: #2065

This commit is contained in:
m-lopez-f 2015-05-27 13:33:10 +02:00
parent b94484fcb9
commit f78121af79
1 changed files with 6 additions and 0 deletions

View File

@ -1377,6 +1377,12 @@ function config_check () {
'no_close' => true, 'force_style' => 'color: #000000 !important'), '', true);
}
if ($config['event_storm_protection']) {
set_pandora_error_for_header(
__('You need to restart server after altering this configuration setting.'),
__('Event storm protection is activated. No events will be generated during this mode.'));
}
global $develop_bypass;
if ($develop_bypass == 1){