mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Server: minify cmd json
This saves between 7 and 15% where compression is unavailable.
This commit is contained in:

committed by
Fabian Dill

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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user