summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-12-20 19:42:56 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:20:59 +0100
commit1ad0312b086b0286b81322252991c855deca554e (patch)
tree93745734f124e3793a7a8a4fbc9845f05062f637 /example_project/settings.py
parent9a933515d0a263a077b96cf2a0517f6e6b2be314 (diff)
downloadIshtar-1ad0312b086b0286b81322252991c855deca554e.tar.bz2
Ishtar-1ad0312b086b0286b81322252991c855deca554e.zip
Syndication - filter field on sheet (bis)
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index b98158b10..89964fe7e 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -290,6 +290,7 @@ ISHTAR_DPTS = []
MAX_ATTEMPTS = 1 # django background tasks
MAX_UPLOAD_SIZE = 100 # in Mo
+DATA_UPLOAD_MAX_NUMBER_FIELDS = 10240
# path to the "dot" program to generate graph
DOT_BINARY = "/usr/bin/dot"