mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-16 08:18:51 +00:00
30 lines
1001 B
Plaintext
30 lines
1001 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
|
|
bool values in config
|
|
config for compression
|
|
config for TCP keepalive
|
|
db versioning
|
|
document config options, detailed default config file
|
|
less verbose default logging
|
|
nice new config "units" feature, ie 1d instead of 86400
|
|
make it easier for a thread to setup a quadrable env
|
|
|
|
rate limits
|
|
slow-reader detection and back-pressure
|
|
max connections per ip (nginx?)
|
|
max bandwidth up/down (nginx?)
|
|
event writes per second per ip
|
|
max number of concurrent REQs per connection/ip
|
|
? limit on total number of events from a DBScan, not just per filter
|
|
|
|
misc
|
|
periodic reaping of disconnected sockets
|
|
? websocket-level pings
|