GolosChain / golos

Socio-economic mediablockchain
https://developers.golos.io
Other
59 stars 36 forks source link

Leaky bucket : Limits on the request step 1 #162

Open kotbegemot opened 7 years ago

kotbegemot commented 7 years ago

https://en.wikipedia.org/wiki/Leaky_bucket

kotbegemot commented 7 years ago

A new solution without a whitelist restriction. The restriction is at the ports. Example : on rate limit in port 8090(example) no on rate limit in port 8091 (example)

kotbegemot commented 6 years ago

@muhazzz : I would be really happy to get these stats:

Number of incoming rpc calls (counter) Number of internal daemon errors: bad_alloc, etc (counter) Time from incoming rpc call to its completion (time in ms) Sync time: current time minus time of the last block (in seconds) Is it possible to implement them as soon as possible (with next HF/SF)?