Skip to content
Snippets Groups Projects
Commit 24b0d752 authored by Iustin Pop's avatar Iustin Pop
Browse files

Increase resync speed to 60MB/s

This is a forward-port of commit 2219 on the 1.2 branch.

Reviewed-by: ultrotter
parent 5178f1bc
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ MAX_TAGS_PER_OBJ = 4096 ...@@ -235,7 +235,7 @@ MAX_TAGS_PER_OBJ = 4096
# others # others
DEFAULT_BRIDGE = "xen-br0" DEFAULT_BRIDGE = "xen-br0"
SYNC_SPEED = 30 * 1024 SYNC_SPEED = 60 * 1024
LOCALHOST_IP_ADDRESS = "127.0.0.1" LOCALHOST_IP_ADDRESS = "127.0.0.1"
TCP_PING_TIMEOUT = 10 TCP_PING_TIMEOUT = 10
GANETI_RUNAS = "root" GANETI_RUNAS = "root"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment