summaryrefslogtreecommitdiff
path: root/testrig/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/config.go')
-rw-r--r--testrig/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrig/config.go b/testrig/config.go
index 558e5a54c..e7a594996 100644
--- a/testrig/config.go
+++ b/testrig/config.go
@@ -178,7 +178,7 @@ func testDefaults() config.Configuration {
ScraperDeterrence: config.ScraperDeterrenceConfig{
Enabled: envBool("GTS_ADVANCED_SCRAPER_DETERRENCE_ENABLED", false),
- Difficulty: uint8(envInt("GTS_ADVANCED_SCRAPER_DETERRENCE_DIFFICULTY", 4)), //nolint
+ Difficulty: uint32(envInt("GTS_ADVANCED_SCRAPER_DETERRENCE_DIFFICULTY", 100000)), //nolint
},
},