mirror of https://github.com/xemu-project/xemu.git
net/colo-compare.c: Increase default queued packet scan frequency
In my test, use this default parameter looks better. Signed-off-by: Zhang Chen <chen.zhang@intel.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
17475df2c1
commit
2f2fcff323
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue