Add 'db-less' mining pool tagging support

This commit is contained in:
nymkappa
2022-06-07 11:28:39 +02:00
parent 625eae3115
commit 570ea6796e
5 changed files with 89 additions and 32 deletions

View File

@@ -13,7 +13,9 @@ class Indexer {
}
public reindex() {
this.runIndexer = true;
if (Common.indexingEnabled()) {
this.runIndexer = true;
}
}
public async $run() {