From 26dbdfaf2321ddf26c6ccbe123e3aac7252f42b7 Mon Sep 17 00:00:00 2001 From: Natalia Date: Fri, 3 May 2024 16:48:38 +0300 Subject: [PATCH] fixed the descriptions for the documentsCron and filesCron parameters --- .../Help/Server/DeveloperEdition/ConfiguringDeveloper.ascx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/Controls/Help/Server/DeveloperEdition/ConfiguringDeveloper.ascx b/Web/Controls/Help/Server/DeveloperEdition/ConfiguringDeveloper.ascx index b1f52fcb9..3c133eb50 100644 --- a/Web/Controls/Help/Server/DeveloperEdition/ConfiguringDeveloper.ascx +++ b/Web/Controls/Help/Server/DeveloperEdition/ConfiguringDeveloper.ascx @@ -2074,7 +2074,7 @@ - Defines the time for starting check, during which old files are deleted from the cache (every two hours by default). + Defines the time for starting check, during which old files are deleted from the cache (every two minutes by default). string "0 */2 * * * *" @@ -2086,7 +2086,7 @@ - Defines the time for check starting (every day at midnight by default). + Defines the time for check starting (every hour by default). string "00 00 */1 * * *"