Add 'db-less' mining pool tagging support

This commit is contained in:
nymkappa
2022-06-07 11:28:39 +02:00
parent e99a684354
commit 53bc80e899
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() {