From 75c65580e4e47a5644ad0950f36cf42eb8c49fdd Mon Sep 17 00:00:00 2001 From: Ben White Date: Wed, 17 Jan 2024 16:53:38 +0100 Subject: [PATCH] Updated value --- ee/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/settings.py b/ee/settings.py index 5fbb4c81fe8ce..f6f6ef43bd9e7 100644 --- a/ee/settings.py +++ b/ee/settings.py @@ -68,4 +68,4 @@ # Whether to enable the admin portal. Default false for self-hosted as if not setup properly can pose security issues. ADMIN_PORTAL_ENABLED = get_from_env("ADMIN_PORTAL_ENABLED", DEMO or DEBUG, type_cast=str_to_bool) -ASSET_GENERATION_MAX_TIMEOUT_MINUTES = get_from_env("ASSET_GENERATION_MAX_TIMEOUT_MINUTES", 10, type_cast=int) +ASSET_GENERATION_MAX_TIMEOUT_MINUTES = get_from_env("ASSET_GENERATION_MAX_TIMEOUT_MINUTES", 10.0, type_cast=float)