summaryrefslogtreecommitdiff
path: root/testrig/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/config.go')
-rw-r--r--testrig/config.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/testrig/config.go b/testrig/config.go
index 991382bd2..f3e3e6fe0 100644
--- a/testrig/config.go
+++ b/testrig/config.go
@@ -184,11 +184,6 @@ func testDefaults() config.Configuration {
Throttling: config.ThrottlingConfig{
Multiplier: 0, // disabled
},
-
- ScraperDeterrence: config.ScraperDeterrenceConfig{
- Enabled: envBool("GTS_ADVANCED_SCRAPER_DETERRENCE_ENABLED", false),
- Difficulty: uint32(envInt("GTS_ADVANCED_SCRAPER_DETERRENCE_DIFFICULTY", 100000)), //nolint
- },
},
SoftwareVersion: "0.0.0-testrig",