about summary refs log tree commit diff
path: root/src/config.py
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-26 20:50:19 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-26 20:50:19 +0300
commitc5fe32b8ef14585c64a58d6bb17dbcd6061e09d7 (patch)
tree234f2d16f5fb5bd6669b4621bd357a3dfa04904b /src/config.py
parent60c87d56b3f9a4ea5db4c14bb576d109cb30a49c (diff)
downloadhttpy-c5fe32b8ef14585c64a58d6bb17dbcd6061e09d7.tar.gz
httpy-c5fe32b8ef14585c64a58d6bb17dbcd6061e09d7.zip
Reworking file fetching
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py
index e72477e..cf9fdc5 100644
--- a/src/config.py
+++ b/src/config.py
@@ -7,3 +7,6 @@ CLIENT_MAX_PROCESS = 32         # max processing threads at once
 # API
 API_FILE_RANDOM_MIN_SIZE_LIMIT = 1              # 1 byte
 API_FILE_RANDOM_MAX_SIZE_LIMIT = 2**30 * 5      # 5 GiB
+API_VERSIONS = {
+    "APIv1": {"supported": True}
+}