diff --git a/src/protagonist/CleanupHandler/appsettings.json b/src/protagonist/CleanupHandler/appsettings.json index f15f78c74..bead06786 100644 --- a/src/protagonist/CleanupHandler/appsettings.json +++ b/src/protagonist/CleanupHandler/appsettings.json @@ -18,5 +18,14 @@ "Properties": { "ApplicationName": "CleanupHandler" } + }, + "Caching": { + "TimeToLive": { + "Memory": { + "ShortTtlSecs": 60, + "DefaultTtlSecs": 600, + "LongTtlSecs": 1800 + } + } } } \ No newline at end of file