From: Zhang Chen Date: Fri, 14 Jan 2022 05:09:01 +0000 (+0800) Subject: net/colo-compare.c: Update the default value comments X-Git-Tag: v7.0.0-rc0~54^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09313cdb44b2ccec218bc85f39073954f91ee9ea;p=thirdparty%2Fqemu.git net/colo-compare.c: Update the default value comments Make the comments consistent with the REGULAR_PACKET_CHECK_MS. Signed-off-by: Zhang Chen Signed-off-by: Jason Wang --- diff --git a/net/colo-compare.c b/net/colo-compare.c index 216de5a12b0..62554b5b3c8 100644 --- a/net/colo-compare.c +++ b/net/colo-compare.c @@ -1267,7 +1267,7 @@ static void colo_compare_complete(UserCreatable *uc, Error **errp) } if (!s->expired_scan_cycle) { - /* Set default value to 3000 MS */ + /* Set default value to 1000 MS */ s->expired_scan_cycle = REGULAR_PACKET_CHECK_MS; }