Skip to content

Commit

Permalink
Litestart gzip_compress_level=1
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Mar 16, 2024
1 parent 4493e01 commit de6f4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckduckgo_search_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ async def ddg_news_search(
],
compression_config=CompressionConfig(
backend="gzip",
gzip_compress_level=9,
gzip_compress_level=1,
),
openapi_config=OpenAPIConfig(
title="duckduckgo_search_api", version=__version__, openapi_controller=MyOpenAPIController
Expand Down

0 comments on commit de6f4d6

Please sign in to comment.