-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello,
First thanks for creating jelectrum, it's really much faster than the python server, which is why I am running it :)
Currently someone is doing shenanigans with my server, I am logging the numbers from event-log.txt into collectd (addresssubs, users etc) and right now someone is creating up to a million addresssubs.
https://imgur.com/0s1FwHD
Server is holding up pretty ok, but disk-io is pretty high (has only one spinning hdd drive) which leads to slow sync for users. It would be good if in future versions there could be some configurable limits per user to prevent such things.
The python server seems to have something like this, but I could not find any related documentation: https://github.com/spesmilo/electrum-server/blob/master/src/processor.py#L238