Add purging metrics on timer.

This commit is contained in:
2023-11-17 13:47:54 +00:00
parent 1a790ffb52
commit 105c624426
5 changed files with 20 additions and 3 deletions
+1
View File
@@ -25,6 +25,7 @@ type config struct {
EnableApi bool
ApiPort int
PurgeOnCrawl bool
PurgeEvery int
}
Client struct {