Skip to content

Commit

Permalink
Merge pull request #93 from planetary-social/bump-event-limits
Browse files Browse the repository at this point in the history
Bump event limits
  • Loading branch information
dcadenas authored Sep 11, 2024
2 parents e7aacd5 + a96c84c commit 7072742
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions service/app/handler_process_saved_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ var (
domain.EventKindContacts,
domain.EventKindRelayListMetadata,
)

// If you change this, ensure this matches with the relay.nos.social filters
// https://github.com/planetary-social/nosrelay/blob/main/strfry/config/strfry.conf
pushToRelayFilter = NewEventFilter(
internal.Pointer(900*time.Second),
nil,
internal.Pointer(65536),
internal.Pointer(1024),
internal.Pointer(262144),
internal.Pointer(3000),
)
)

Expand Down

0 comments on commit 7072742

Please sign in to comment.