From e782852d6fbf7d08e8e79449a85ed194174c36ed Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sat, 23 Aug 2025 14:52:26 +0200 Subject: [PATCH] Added clarification to Indexer.md regarding call parameters --- docs/Indexer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Indexer.md b/docs/Indexer.md index 466290f..f25ee5b 100644 --- a/docs/Indexer.md +++ b/docs/Indexer.md @@ -42,7 +42,7 @@ If you just installed the server and want to configure it: "Calls": [ // This is also a list. A worker may have multiple different calls. { "Type": "interval", // See: Call types - "Interval": 60000 + "Interval": 60000 // Parameter(s) as specified for the call type } ] },