mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Set lgwin to 0
This commit is contained in:
parent
d83bc3dccd
commit
a2e7956338
1 changed files with 1 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ class Brotli(object):
|
|||
|
||||
@staticmethod
|
||||
def compress(data):
|
||||
return Brotli.run_brotli_tool(['--lgwin=17'], data)
|
||||
return Brotli.run_brotli_tool(['--lgwin=0'], data)
|
||||
|
||||
@staticmethod
|
||||
def decompress(data):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue