From 24b0d7526f2c2068955664eb592f82c827b01c07 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 13 Jan 2009 13:16:41 +0000 Subject: [PATCH] Increase resync speed to 60MB/s This is a forward-port of commit 2219 on the 1.2 branch. Reviewed-by: ultrotter --- lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.py b/lib/constants.py index ae16d26e6..c21a7f4d4 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -235,7 +235,7 @@ MAX_TAGS_PER_OBJ = 4096 # others DEFAULT_BRIDGE = "xen-br0" -SYNC_SPEED = 30 * 1024 +SYNC_SPEED = 60 * 1024 LOCALHOST_IP_ADDRESS = "127.0.0.1" TCP_PING_TIMEOUT = 10 GANETI_RUNAS = "root" -- GitLab