Skip to content

Commit

Permalink
drop! increase compression size
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Jul 19, 2024
1 parent 2a93340 commit b31719b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azul/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ def current_sources(self) -> list[str]:

precision_threshold = 40000

minimum_compression_size = 0
minimum_compression_size = 1024

@property
def google_oauth2_client_id(self) -> Optional[str]:
Expand Down

0 comments on commit b31719b

Please sign in to comment.