Skip to content

Commit 996559f

Browse files
committed
Block bad publisher
This provider is publishing large numbers of advertisements, with each ad having a single multihash. Then publishing a separate removal advertisements to delete each of those. Indexing cannot be done like this. It is not only incredibly inefficient, but will fill up the indexer's local datastore with remembering processed ad CIDs. Blocking publisher at both assigner and indexer.
1 parent 963e207 commit 996559f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/manifests/prod/us-east-2/tenant/storetheindex/assigner/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"IndexerPool": [],
1010
"Policy": {
1111
"Allow": true,
12-
"Except": null
12+
"Except": ["12D3KooWJA2ETdy5wYTbCHVqKdgrqtmuNEwjMVMwEtMrNugrsGkZ"]
1313
},
1414
"PubSubTopic": "/indexer/ingest/mainnet",
1515
"Replication": 1

deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"IgnoreBadAdsTime": "2h0m0s",
4141
"Policy": {
4242
"Allow": true,
43-
"Except": null,
43+
"Except": ["12D3KooWJA2ETdy5wYTbCHVqKdgrqtmuNEwjMVMwEtMrNugrsGkZ"],
4444
"Publish": true,
4545
"PublishExcept": null
4646
},

0 commit comments

Comments
 (0)