Skip to content

Commit

Permalink
improvement: disable limit_scrapers by default
Browse files Browse the repository at this point in the history
This is a good feature, but will limit valid requests from being
served.  Defaulting this to off will be less surprising to relay ops.
  • Loading branch information
scsibug committed Dec 3, 2023
1 parent 388eadf commit 971889f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 971889f

Please sign in to comment.