Skip to content

Commit

Permalink
Adding defauilt ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Feb 19, 2024
1 parent 5eacfdf commit 52552a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wam.Users/Services/UsersService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class UsersService(

private const string StateStoreName = "statestore";

private static Dictionary<string, string> defaultCacheMetaData = new Dictionary<string, string>
private static Dictionary<string, string> defaultCacheMetaData = new()
{
{
"ttlInSeconds", "900"
Expand Down

0 comments on commit 52552a8

Please # to comment.