copernet / copernicus

An alternative implementation of the Bitcoin Cash protocol, written in Golang
https://copernet.io
BSD 2-Clause "Simplified" License
85 stars 34 forks source link

Rpc respond 503 Too busy #223

Closed FMLS closed 5 years ago

FMLS commented 5 years ago

Describe the bug coperctl --notls -s xxx.xxx.xxx.xxx:xxx help 503 Too busy

but there is just one connection to copernicus, and there is none log with that problem

whunmr commented 5 years ago

hi @FMLS , do you know the steps to reproduce this issue?

whitefen commented 5 years ago

Check the config 'RPC.RPCMaxClients', is it set to 0?

FMLS commented 5 years ago

hi @FMLS , do you know the steps to reproduce this issue?

no, it's a accidental bug

FMLS commented 5 years ago

Check the config 'RPC.RPCMaxClients', is it set to 0?

no,value of it is 1000 by default

whunmr commented 5 years ago

reproduced in testnet by @FMLS and fixed by @whitefen

check details in: https://github.com/copernet/copernicus/pull/232