Squashed commit of the following:
commit
77d0b2b990780864d9c6a3f67d076a9f14a216ea
Author: Masud Hasan <mashasan@cisco.com>
Date: Thu Mar 19 12:34:45 2020 -0400
reload: Setting higher maximum pruning when idle
{
public:
static const unsigned RELOAD_MAX_WORK_PER_PACKET = 3;
- static const unsigned RELOAD_MAX_WORK_WHEN_IDLE = 10;
+ // be aggressive when idle as analyzer gets chance once in every second only due to daq timeout
+ static const unsigned RELOAD_MAX_WORK_WHEN_IDLE = 32767;
virtual ~ReloadResourceTuner() = default;