uint32_t first_decrypted_packet_debug = 0;
#endif
bool stats_logging_enabled = false;
- unsigned long app_stats_period = 0;
+ unsigned long app_stats_period = 300;
unsigned long app_stats_rollover_size = 0;
unsigned long app_stats_rollover_time = 0;
const char* app_detector_dir = nullptr;
"disregard - not implemented" }, // FIXIT-M implement or delete appid.memcap
{ "log_stats", Parameter::PT_BOOL, nullptr, "false",
"enable logging of appid statistics" },
- { "app_stats_period", Parameter::PT_INT, "0:max32", "300",
+ { "app_stats_period", Parameter::PT_INT, "1:max32", "300",
"time period for collecting and logging appid statistics" },
{ "app_stats_rollover_size", Parameter::PT_INT, "0:max32", "20971520",
"max file size for appid stats before rolling over the log file" },