mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 09:36:43 +00:00
31 lines
940 B
Plaintext
31 lines
940 B
Plaintext
features
|
|
finish syncing
|
|
* logging of bytes up/down
|
|
* up/both directions
|
|
* error handling and reporting
|
|
* way to close sync request
|
|
* limit on number of concurrent sync requests
|
|
* full-db scan limited by since/until
|
|
* `strfry sync` command always takes at least 1 second due to batching delay. figure out better way to flush
|
|
less verbose default logging
|
|
make it easier for a thread to setup a quadrable env
|
|
|
|
rate limits
|
|
! event writes per second per ip
|
|
slow-reader detection and back-pressure
|
|
max connections per ip (nginx?)
|
|
max bandwidth up/down (nginx?)
|
|
max number of concurrent REQs per connection/ip
|
|
? limit on total number of events from a DBScan, not just per filter
|
|
|
|
event sources
|
|
|
|
multiple sync connections in one process/config
|
|
|
|
relay block-list events
|
|
|
|
misc
|
|
! when disk is full it should log warning but not crash
|
|
periodic reaping of disconnected sockets
|
|
? websocket-level pings
|