summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-05-09 10:41:44 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-07-21 15:07:42 +0200
commita847560476e1f19c7b6be782b44842283b4d3517 (patch)
treef2a5717c4344a50eaa535b68366027309b188c10 /example_project/settings.py
parent4eed75f567f60c635a092f5db69076fa91268529 (diff)
downloadIshtar-a847560476e1f19c7b6be782b44842283b4d3517.tar.bz2
Ishtar-a847560476e1f19c7b6be782b44842283b4d3517.zip
✨ GIS API: manage GIS connections (list, request token, create token, delete)
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index cc6cafebd..709fce8ea 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -287,7 +287,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"],
}