From 2affbfc716765b697fa6bc676b5f5788f17f3063 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 1 May 2025 17:33:17 +0200 Subject: 🗃️ GIS API: database migrations - some logic to manage token request MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 5c1a039d3..cc6cafebd 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -286,7 +286,8 @@ ISHTAR_DEFAULT_YEAR = 1900 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_SLUGS = { "document-publisher": ["publisher"], } -- cgit v1.2.3