mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-15 14:13:31 -06:00
net/colo-compare.c: Update the default value comments
Make the comments consistent with the REGULAR_PACKET_CHECK_MS. Signed-off-by: Zhang Chen <chen.zhang@intel.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
a5f038e2c5
commit
09313cdb44
1 changed files with 1 additions and 1 deletions
|
@ -1267,7 +1267,7 @@ static void colo_compare_complete(UserCreatable *uc, Error **errp)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!s->expired_scan_cycle) {
|
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;
|
s->expired_scan_cycle = REGULAR_PACKET_CHECK_MS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue