Skip to content

Commit

Permalink
Issue #2 decrease local (mem) cache ttl to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Nov 14, 2022
1 parent 25a324c commit 804ca22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/aggregator.dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"parts": [
{
"type": "dict",
"config": {"default_ttl": 60 * 60}
"config": {"default_ttl": 5 * 60}
},
{
"type": "zookeeper",
Expand Down
2 changes: 1 addition & 1 deletion conf/aggregator.prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"parts": [
{
"type": "dict",
"config": {"default_ttl": 60 * 60}
"config": {"default_ttl": 5 * 60}
},
{
"type": "zookeeper",
Expand Down

0 comments on commit 804ca22

Please sign in to comment.