about summary refs log tree commit diff
path: root/src/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py
index e39d18c..eefe1ad 100644
--- a/src/config.py
+++ b/src/config.py
@@ -1,2 +1,6 @@
+# generic
 BUFFER_LENGTH = 65536
 
+# API
+API_FILE_RANDOM_MIN_SIZE_LIMIT = 1
+API_FILE_RANDOM_MAX_SIZE_LIMIT = 2**30 * 5