From 3073ba3d8ae1f7adda14ba8e2f9ca04d32a64425 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 10 May 2012 02:53:30 +0000 Subject: etc/settings: randomize wget retries --- etc/settings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/settings.sh b/etc/settings.sh index d837e7d..d07293f 100644 --- a/etc/settings.sh +++ b/etc/settings.sh @@ -27,4 +27,4 @@ if [ ! -d "${state_dir}" ]; then mkdir -p "${state_dir}" fi -wget_args="--timeout 100 --wait=1000 --no-cache" +wget_args="--timeout 100 --wait=1000 --random-wait --no-cache" -- cgit v1.2.3-1-g7c22