Skip to content

Commit

Permalink
Issue #2 Increase default cache TTL to 6 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 6, 2021
1 parent 20cd761 commit bedaaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openeo_aggregator/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

OPENEO_AGGREGATOR_CONFIG = "OPENEO_AGGREGATOR_CONFIG"

CACHE_TTL_DEFAULT = 60 * 60
CACHE_TTL_DEFAULT = 6 * 60 * 60

CONNECTION_TIMEOUT_DEFAULT = 20
CONNECTION_TIMEOUT_RESULT = 15 * 60
Expand Down

0 comments on commit bedaaac

Please sign in to comment.