We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b01e6 commit c912edfCopy full SHA for c912edf
libraries/src/AWS.Lambda.Powertools.Idempotency/IdempotencyOptionsBuilder.cs
@@ -10,7 +10,7 @@ public class IdempotencyOptionsBuilder
10
/// <summary>
11
/// Default maximum number of items in the local cache.
12
/// </summary>
13
- private int _localCacheMaxItems = 256;
+ private readonly int _localCacheMaxItems = 256;
14
15
16
/// Local cache enabled
0 commit comments