diff --git a/src/docs/reference/modules/Notifications/README.md b/src/docs/reference/modules/Notifications/README.md index d5442f6641e..7f8668546ec 100644 --- a/src/docs/reference/modules/Notifications/README.md +++ b/src/docs/reference/modules/Notifications/README.md @@ -9,7 +9,8 @@ You can customize the default notification options through the configuration pro "OrchardCore_Notifications": { "TotalUnreadNotifications": 10, "DisableNotificationHtmlBodySanitizer": false, - "TotalUnreadNotifications": 3600 + "AbsoluteCacheExpirationSeconds": 3600, + "SlidingCacheExpirationSeconds": 0 } ```