From c2dbc816c9b8ff1c19d884e9bd05c419bdb24d23 Mon Sep 17 00:00:00 2001 From: Yalz Date: Wed, 11 Sep 2024 15:58:03 +0200 Subject: [PATCH] docs: mention fragmentation job cron (cherry picked from commit 87c9ac9fa8a6782e1603c8858a6559eccd194a32) --- docs/how-to-run.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/how-to-run.md b/docs/how-to-run.md index 914e998a7f..8bb59ef91e 100644 --- a/docs/how-to-run.md +++ b/docs/how-to-run.md @@ -120,10 +120,10 @@ Here is an explanation provided for all the possibilities on how to tweak and co Bucketisation & pagination batching - spring.batch.jdbc.initialize-schema - Indicates whether the database should be initialized with the tables required for the batching process. This can be either `always`, `embedded` (embedded databases) or `never` - Yes (to let the bucketisation and pagination process run) - + ldes-server.fragmentation-cron + Defines how often Fragmentation Service will check for unprocessed members (when present, trigger fragmentation job). + No + */30 * * * * * Fragment Compaction