Skip to content

Commit

Permalink
Fix typo env var
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Nov 25, 2024
1 parent 4bbab16 commit f6025a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
# Compression level – an integer from 0 to 9. 0 means not compression
CACHE_ALL_TXS_COMPRESSION_LEVEL = env.int("CACHE_ALL_TXS_COMPRESSION_LEVEL", default=0)
CACHE_VIEW_DEFAULT_TIMEOUT = env.int(
"DEFAULT_CACHE_PAGE_TIMEOUT", default=0
"CACHE_VIEW_DEFAULT_TIMEOUT", default=0
) # 0 will disable the cache

# Contracts reindex batch configuration
Expand Down

0 comments on commit f6025a7

Please sign in to comment.