Skip to content

Commit e4a416b

Browse files
Update articles/active-directory/develop/msal-net-token-cache-serialization.md
Co-authored-by: Jean-Marc Prieur <[email protected]>
1 parent a70f169 commit e4a416b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-net-token-cache-serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ services.Configure<MsalDistributedTokenCacheAdapterOptions>(options =>
9999
{
100100
// Optional: Disable the L1 cache in apps that don't use session affinity
101101
// by setting DisableL1Cache to 'true'.
102-
options.DisableL1Cache = true;
102+
options.DisableL1Cache = false;
103103

104104
// Or limit the memory (by default, this is 500 MB)
105105
options.L1CacheOptions.SizeLimit = 1024 * 1024 * 1024; // 1 GB

0 commit comments

Comments
 (0)