mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-24 09:39:08 -05:00
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.
This commit is contained in:
parent
388eadf880
commit
971889f9a6
|
@ -158,7 +158,7 @@ reject_future_seconds = 1800
|
||||||
# Rejects imprecise requests (kind only and author only etc)
|
# Rejects imprecise requests (kind only and author only etc)
|
||||||
# This is a temperary measure to improve the adoption of outbox model
|
# This is a temperary measure to improve the adoption of outbox model
|
||||||
# Its recommended to have this enabled
|
# Its recommended to have this enabled
|
||||||
limit_scrapers = true
|
limit_scrapers = false
|
||||||
|
|
||||||
[authorization]
|
[authorization]
|
||||||
# Pubkey addresses in this array are whitelisted for event publishing.
|
# Pubkey addresses in this array are whitelisted for event publishing.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user