From 38b48c845919bf81a0c14dbff1f497e6748767f9 Mon Sep 17 00:00:00 2001 From: AndyMunro Date: Wed, 10 Jan 2024 10:44:56 -0500 Subject: [PATCH] Change RHDG to Infinispan Closes #26083 Signed-off-by: AndyMunro (cherry picked from commit 520c8499957ab25e23fdcc57aabb4689d0d3a302) --- .../server_admin/topics/sessions/preloading.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/documentation/server_admin/topics/sessions/preloading.adoc b/docs/documentation/server_admin/topics/sessions/preloading.adoc index 9deed1a5e72..a159d3619de 100644 --- a/docs/documentation/server_admin/topics/sessions/preloading.adoc +++ b/docs/documentation/server_admin/topics/sessions/preloading.adoc @@ -2,12 +2,12 @@ === Offline sessions preloading -In addition to {jdgserver_name} caches, offline sessions are stored in a database which means they will be available even after server restart. -By default, the offline sessions are not preloaded from the database into the {jdgserver_name} caches during the server startup, because this +In addition to Infinispan caches, offline sessions are stored in a database which means they will be available even after server restart. +By default, the offline sessions are not preloaded from the database into the Infinispan caches during the server startup, because this approach has a drawback if there are many offline sessions to be preloaded. It can significantly slow down the server startup time. Therefore, the offline sessions are lazily fetched from the database by default. -However, {project_name} can be configured to preload the offline sessions from the database into the {jdgserver_name} caches during the server startup. +However, {project_name} can be configured to preload the offline sessions from the database into the Infinispan caches during the server startup. It can be achieved by setting `preloadOfflineSessionsFromDatabase` property in the `userSessions` SPI to `true`. The following example shows how to configure offline sessions preloading.