diff --git a/adapter/adapter-service/src/main/resources/reference.conf b/adapter/adapter-service/src/main/resources/reference.conf index 2962d8e0e..998b82ef7 100644 --- a/adapter/adapter-service/src/main/resources/reference.conf +++ b/adapter/adapter-service/src/main/resources/reference.conf @@ -1,19 +1,19 @@ shrine { adapter { obfuscation { binSize = 5 //Round to the nearest binSize. Use 1 for no effect (to match SHRINE 1.21 and earlier). sigma = 6.5 //Noise to inject. Use 0 for no effect. (Use 1.33 to match SHRINE 1.21 and earlier). clamp = 10 //Maximum ammount of noise to inject. (Use 3 to match SHRINE 1.21 and earlier). } - adapterLockoutAttemptsThreshold = 10 // Number of allowed queries with the same actual result that can exist before a researcher is locked out of the adapter. Set to '0' to never lock out. In 1.23 the default will change to 0. In 1.24 the lockout code and this config value will be removed + adapterLockoutAttemptsThreshold = 0 // Number of allowed queries with the same actual result that can exist before a researcher is locked out of the adapter. Set to '0' to never lock out. In 1.24 the lockout code and this config value will be removed botDefense { countsAndMilliseconds = [ {count = 10, milliseconds = 60000}, //allow up to 10 queries in one minute {count = 200, milliseconds = 36000000} //allow up to 4 queries in 10 hours ] } } } \ No newline at end of file