diff options
Diffstat (limited to 'src/config.py')
| -rw-r--r-- | src/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py index fe28e6d..29b18e3 100644 --- a/src/config.py +++ b/src/config.py @@ -1,4 +1,5 @@ # generic +LOGGER_PATH = "logs" BUFFER_LENGTH = 65536 # 64 KiB BUFFER_MAX_SIZE = 2**30 * 0.5 # 512 MiB CLIENT_MAX_AMOUNT = 512 # max requests at once, after which the connections are dropped |