From 971889f9a6f069aadf2003a7fa9092e25effb290 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Sun, 3 Dec 2023 10:49:29 -0600 Subject: [PATCH] improvement: disable limit_scrapers by default This is a good feature, but will limit valid requests from being served. Defaulting this to off will be less surprising to relay ops. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b5ae8c4..4628775 100644 --- a/config.toml +++ b/config.toml @@ -158,7 +158,7 @@ reject_future_seconds = 1800 # Rejects imprecise requests (kind only and author only etc) # This is a temperary measure to improve the adoption of outbox model # Its recommended to have this enabled -limit_scrapers = true +limit_scrapers = false [authorization] # Pubkey addresses in this array are whitelisted for event publishing.