diff options
Diffstat (limited to 'src/config.py')
| -rw-r--r-- | src/config.py | 3 |
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} +} |