-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rpc limits (2x) #1394
Rpc limits (2x) #1394
Conversation
I'll make test on this PR. It will take several hours. |
@shargon Can we make |
@shargon I've made test on |
This require an extra change in neo-cli, here we only can allow to be configured, but the config of RPC is on neo-cli |
If so, I suggest adding |
Yes, for this PR, I tested it and it worked as expected. But to user friendly, I think we should open an interface on config.json of node and return the authority to users. Otherwise, it's impossible to ask a user to change the code of neo and make it as a dependency of neo-cli, then publish neo-cli by themselves. |
Now it's like this, you can do that or not, but if we won't change neo-cli, we can't configure it, it will take the default value |
Please, don't waste your time on 2.x. |
@erikzhang @shargon Shall we go on this PR or stop? Whatever, it pass the test. |
If it pass, I think that should be merged, it's already done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a simple change, no bad trade-off.
Close #1393 for 2x
#TODO Trying to find the best way for add a read Timeout @Tommo-L could you help me with this?