Server: minify cmd json
This saves between 7 and 15% where compression is unavailable.
This commit is contained in:
parent
6970c5ce97
commit
03e9034a98
|
@ -96,6 +96,7 @@ def _scan_for_TypedTuples(obj: typing.Any) -> typing.Any:
|
|||
_encode = JSONEncoder(
|
||||
ensure_ascii=False,
|
||||
check_circular=False,
|
||||
separators=(',', ':'),
|
||||
).encode
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue