Message ID | 20200918092203.20384-5-chen.zhang@intel.com |
---|---|
State | Accepted |
Commit | 2f2fcff323349b6d4ffe00e897f8efb507f071b9 |
Headers | show |
Series | Several optimization and bugfix for COLO compare. | expand |
diff --git a/net/colo-compare.c b/net/colo-compare.c index f7271b976f..6df6a7e66f 100644 --- a/net/colo-compare.c +++ b/net/colo-compare.c @@ -52,7 +52,7 @@ static NotifierList colo_compare_notifiers = #define COLO_COMPARE_FREE_PRIMARY 0x01 #define COLO_COMPARE_FREE_SECONDARY 0x02 -#define REGULAR_PACKET_CHECK_MS 3000 +#define REGULAR_PACKET_CHECK_MS 1000 #define DEFAULT_TIME_OUT_MS 3000 /* #define DEBUG_COLO_PACKETS */