| Submitter | Juan Quintela |
|---|---|
| Date | Jan. 17, 2013, 1:39 p.m. |
| Message ID | <1358429973-9321-4-git-send-email-quintela@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/213281/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/migration.c b/migration.c index c69e864..d6ec3e8 100644 --- a/migration.c +++ b/migration.c @@ -650,7 +650,7 @@ static int64_t buffered_set_rate_limit(void *opaque, int64_t new_rate) new_rate = SIZE_MAX; } - s->xfer_limit = new_rate / 10; + s->xfer_limit = new_rate / XFER_LIMIT_RATIO; out: return s->xfer_limit;