From 7d945041bf492d38f67ce984ba59306445d540f7 Mon Sep 17 00:00:00 2001 From: vladislav doster <10052309+vladdoster@users.noreply.github.com> Date: Sun, 30 Apr 2023 21:37:49 -0500 Subject: [PATCH] fix: remove duplicate setting --- shub/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shub/settings.py b/shub/settings.py index ec96f604..018c8308 100644 --- a/shub/settings.py +++ b/shub/settings.py @@ -185,7 +185,6 @@ # The maximum number of downloads allowed per container/collection, per week "CONTAINER_WEEKLY_GET_LIMIT": 100, "COLLECTION_WEEKLY_GET_LIMIT": 100, - "GOOGLE_BUILD_TIMEOUT_SECONDS": None, # None defaults to 10 minutes "MINIO_SIGNED_URL_EXPIRE_MINUTES": 5, # Google Build # To prevent denial of service attacks on Google Cloud Storage, you should set a reasonable limit for the number of active, concurrent builds.