Skip to content

Commit 971889f

Browse files
committed
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.
1 parent 388eadf commit 971889f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ reject_future_seconds = 1800
158158
# Rejects imprecise requests (kind only and author only etc)
159159
# This is a temperary measure to improve the adoption of outbox model
160160
# Its recommended to have this enabled
161-
limit_scrapers = true
161+
limit_scrapers = false
162162

163163
[authorization]
164164
# Pubkey addresses in this array are whitelisted for event publishing.

0 commit comments

Comments
 (0)