Skip to content

Commit f72c0da

Browse files
committed
fixed readme
1 parent 64fba78 commit f72c0da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ builder.AddDistributedCache(options =>
3838
options.SyncTimeout = TimeSpan.FromSeconds(5); //Default is 5 seconds
3939
options.DistributedLockDuration = TimeSpan.FromSeconds(5); //Default is 5 seconds
4040
options.DefaultExpiration = TimeSpan.FromMinutes(5); //Default is 15 minutes
41-
options.CacheResetMode = CacheResetMode.ResetFrequentTagsAfterHealthCheckFail; //Default is ResetAllAfterHealthCheckFail
4241
});
4342

4443
var app = builder.Build();

0 commit comments

Comments
 (0)