Instead of blocking scraping, can't we just put a limit on it? #19
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/chorus#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
allow_scrape_if_limited_torequires alimitto be specified, but we'll never get clients to adhere to such requirements.Instead why not have an option to impose a hard limit on scraping queries (or on all queries even) So if someone requests all our events we can just return the last 50 or something.
Interesting. I'm torn though.
I don't want to return results that I know are incorrect (incomplete), I'd rather return an error saying we can't fulfill the request.
Maybe we could have a config that specifies a max age, and then allow scrapes (backwards in time) up to the max age.