diff --git a/api/config/settings/common.py b/api/config/settings/common.py index cc8fddcad..acc80b49d 100644 --- a/api/config/settings/common.py +++ b/api/config/settings/common.py @@ -1396,4 +1396,4 @@ instead of request header. """ HASHING_ALGORITHM = "sha256" -HASHING_CHUNK_SIZE = 1024 * 100 +HASHING_CHUNK_SIZE = 1024 * 100 \ No newline at end of file