Skip to content

Commit 3324029

Browse files
Update 15/umbraco-cms/reference/configuration/cache-settings.md
Co-authored-by: sofietoft <[email protected]>
1 parent 27bde31 commit 3324029

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

15/umbraco-cms/reference/configuration/cache-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Umbraco's cache is implemented using Microsofts `HybridCache`, which also has it
1616

1717
### MaximumPayLoadBytes
1818

19-
One `HybridCache` setting of particular interest is the `MaximumPayloadBytes` setting. This setting specifies the maximum size of a cache entry in bytes, and replaces the `BTreeBlockSize` setting from NuCache.
20-
The default from Microsoft is 1MB. However, this limit could quickly be reached, especially if using property editors like the block grid, and multiple languages.
21-
To try and avoid this Umbraco overrides this setting to 100MB by default, however you can also configure this manually using a composer:
19+
One `HybridCache` setting of particular interest is the `MaximumPayloadBytes` setting. This setting specifies the maximum size of a cache entry in bytes and replaces the `BTreeBlockSize` setting from NuCache.
20+
The default from Microsoft is 1MB. However, this limit could quickly be reached, especially when using multiple languages or property editors like the block grid.
21+
To avoid this Umbraco overrides the setting to 100MB by default. You can also configure this manually using a composer:
2222

2323
```csharp
2424
using Microsoft.Extensions.Caching.Hybrid;

0 commit comments

Comments
 (0)