Skip to content

Commit

Permalink
Increased cache timeout for 401 streams
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Jun 24, 2020
1 parent ff079df commit bcad955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"hostCacheTimeout": "43200",
"streamAliveStatusCacheTimeout": "2000",
"streamDeadStatusCacheTimeout": "3600",
"streamUnauthorisedStatusCacheTimeout": "86400",
"streamUnauthorisedStatusCacheTimeout": "172800",
"streamNotFoundStatusCacheTimeout": "129600"
},
"dataStoreSettings": {
Expand Down

0 comments on commit bcad955

Please sign in to comment.