diff options
| author | Zhang Chen | 2022-01-14 06:09:01 +0100 |
|---|---|---|
| committer | Jason Wang | 2022-02-14 04:50:44 +0100 |
| commit | 09313cdb44b2ccec218bc85f39073954f91ee9ea (patch) | |
| tree | c5187879e163aa2ed81ff41d8aa5ae77ace2d190 | |
| parent | net/colo-compare.c: Optimize compare order for performance (diff) | |
| download | qemu-09313cdb44b2ccec218bc85f39073954f91ee9ea.tar.gz qemu-09313cdb44b2ccec218bc85f39073954f91ee9ea.tar.xz qemu-09313cdb44b2ccec218bc85f39073954f91ee9ea.zip | |
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>
| -rw-r--r-- | net/colo-compare.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/colo-compare.c b/net/colo-compare.c index 216de5a12b..62554b5b3c 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; } |
