From 5488ffc410f51d48b2ff3ea6f34bbb7f9bc101fe Mon Sep 17 00:00:00 2001 From: Seednode Date: Tue, 30 Jan 2024 11:01:16 -0600 Subject: [PATCH] Move info about index rebuild endpoint from Indexing to API section --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9dd5e07..1a179af 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,6 @@ If the `-i|--index` flag is passed, all specified paths will be indexed on start This will slightly increase the delay before the application begins responding to requests, but should significantly speed up subsequent requests. -The index can be regenerated at any time by accessing the `/index/rebuild` endpoint. - Automatic index rebuilds can be enabled via the `--index-interval` flag, which accepts [time.Duration](https://pkg.go.dev/time#ParseDuration) strings. If `--index-file` is set, the index will be loaded from the specified file on start, and written to the file whenever it is re-generated.