diff options
author | Erich Eckner <git@eckner.net> | 2020-07-17 07:51:37 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-07-17 07:51:37 +0200 |
commit | 448e881ba8eda88652579d200ead55f01cd60b45 (patch) | |
tree | c53b254b4709adaa56b41d650cd0d6106a6a9e4d | |
parent | 7da63546b1beae672de70d2d094c9c4d1161c51f (diff) | |
download | arch-mirror-448e881ba8eda88652579d200ead55f01cd60b45.tar.xz |
introduce *new* max timeout of 2h
-rwxr-xr-x | arch-mirror | 2 |
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 |