summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-07-17 07:51:37 +0200
committerErich Eckner <git@eckner.net>2020-07-17 07:51:37 +0200
commit448e881ba8eda88652579d200ead55f01cd60b45 (patch)
treec53b254b4709adaa56b41d650cd0d6106a6a9e4d
parent7da63546b1beae672de70d2d094c9c4d1161c51f (diff)
downloadarch-mirror-448e881ba8eda88652579d200ead55f01cd60b45.tar.xz
introduce *new* max timeout of 2h
-rwxr-xr-xarch-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-mirror b/arch-mirror
index 683367e..3720c49 100755
--- a/arch-mirror
+++ b/arch-mirror
@@ -74,7 +74,7 @@ retrieve_content() {
fi
if [ -z "${destination##*/archlinux32/}" ]; then
- unset timeout
+ timeout='timeout 7200'
else
timeout="timeout ${total_timeout}"
fi