Added clarification to Indexer.md regarding call parameters

This commit is contained in:
2025-08-23 14:52:26 +02:00
parent 4506a6e9d2
commit e782852d6f

View File

@@ -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. "Calls": [ // This is also a list. A worker may have multiple different calls.
{ {
"Type": "interval", // See: Call types "Type": "interval", // See: Call types
"Interval": 60000 "Interval": 60000 // Parameter(s) as specified for the call type
} }
] ]
}, },