mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
fix(engine): fix werror reorder
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
6251af0ab6
commit
b246bcb052
@ -37,8 +37,8 @@ falco_configuration::falco_configuration():
|
||||
m_json_include_tags_property(true),
|
||||
m_notifications_rate(0),
|
||||
m_notifications_max_burst(1000),
|
||||
m_watch_config_files(true),
|
||||
m_rule_matching(falco_common::rule_matching::FIRST),
|
||||
m_watch_config_files(true),
|
||||
m_buffered_outputs(false),
|
||||
m_time_format_iso_8601(false),
|
||||
m_output_timeout(2000),
|
||||
|
Loading…
Reference in New Issue
Block a user