From 5a359094fc10ed4dc56ece3bfa2a697f5debfb06 Mon Sep 17 00:00:00 2001 From: z4yx Date: Tue, 2 Jun 2020 14:11:07 +0800 Subject: [PATCH] reduce the number of concurrent connections of pypi --- pypi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pypi.sh b/pypi.sh index fcdec8e..241ef87 100755 --- a/pypi.sh +++ b/pypi.sh @@ -17,8 +17,8 @@ if [[ $INIT == "0" ]]; then directory = ${TUNASYNC_WORKING_DIR} master = ${TUNASYNC_UPSTREAM} json = true -timeout = 15 -workers = 10 +timeout = 300 +workers = 5 hash-index = false stop-on-error = false delete-packages = true