From 16146deb2e76bb77f9566e0c3d5f21fd98d0f65c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 9 May 2025 10:41:44 +0200 Subject: ✨ GIS API: manage GIS connections (list, request token, create token, delete) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index feb994af8..a0ebf1e63 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -286,7 +286,7 @@ ISHTAR_MUSEUM_GAM = False # France - AlimGAM export of exhibitions # exclude business days from deadline calculation ISHTAR_FILE_EXCLUDE_BUSSINESS_DAYS = True # timeout for request token (GIS connector) -ISHTAR_REQUEST_TOKEN_TIMEOUT = 60*10 # 10 minutes +ISHTAR_REQUEST_TOKEN_TIMEOUT = 60 * 5 # 5 minutes ISHTAR_SLUGS = { "document-publisher": ["publisher"], } -- cgit v1.2.3