Skip to content

Commit

Permalink
merge: #3779
Browse files Browse the repository at this point in the history
3779: feat: make cache eviction configurable in init container r=sprutton1 a=sprutton1

Change the cache eviction to a setting we can configure using parameter store

Co-authored-by: Scott Prutton <scott@systeminit.com>
  • Loading branch information
si-bors-ng[bot] and sprutton1 committed May 14, 2024
2 parents 0bdce21 + 87127ed commit fb3df00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/init/configs/service.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ $SI_NATS_CREDS
url = "$SI_NATS_URL"

[layer_db_config.memory_cache_config]
seconds_to_idle = 900
seconds_to_idle = "$SI_CACHE_EVICTION_SECONDS_TO_IDLE"

0 comments on commit fb3df00

Please sign in to comment.