From 09a8e2347e8f092762b5b5e72af95c4e11d53e03 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sat, 23 Aug 2025 17:18:16 +0200 Subject: [PATCH] Removed stray WIP marker --- docs/Indexer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Indexer.md b/docs/Indexer.md index d83ab4d..8e96e9b 100644 --- a/docs/Indexer.md +++ b/docs/Indexer.md @@ -62,11 +62,11 @@ If you just installed the server and want to configure it: - What does it do: The script gets called periodically based on the specified `Interval` parameter. - Parameters: - Interval (in milliseconds) -- `schedule` (WIP) +- `schedule` - What does it do: The script gets called based on the provided schedule - Parameters: - Schedule ([Quartz Cron expression](https://www.quartz-scheduler.net/documentation/quartz-3.x/tutorial/crontrigger.html), e.g. "0/5 * * * * ?") -- `fileupdate` (WIP) +- `fileupdate` - What does it do: The script gets called whenever a file is updated in the specified subdirectory - Parameters: - Path (e.g. "Scripts/example_content")