Skip to content

Commit

Permalink
adding caching to appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Jul 11, 2024
1 parent 3f5b510 commit 447c314
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/protagonist/CleanupHandler/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,14 @@
"Properties": {
"ApplicationName": "CleanupHandler"
}
},
"Caching": {
"TimeToLive": {
"Memory": {
"ShortTtlSecs": 60,
"DefaultTtlSecs": 600,
"LongTtlSecs": 1800
}
}
}
}

0 comments on commit 447c314

Please sign in to comment.