diff --git a/src/config.py b/src/config.py --- a/src/config.py +++ b/src/config.py @@ -31,5 +31,5 @@ port = conf.get("port", 9901) bSize = conf.get("batch_size", dict()) class batch_size: - hash = bSize.get("hash", 256) + hash = bSize.get("hash", 16384) data = bSize.get("data", 64)