summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index ba88e842a..feb994af8 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -285,7 +285,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"],
}