-
Hi Switching over from geth since this looks very promising We're doing a bunch of data collecting via the http rpc interface and with geth we were able to "max out" the server running the geth node Currently running the built-in rpc daemon (should we be switching this to a seperate locally run one for better performance?), the documentation says crank up the --private.api.ratelimit limit, but it already seems to be at the max value it can be as default and is hard limited to 32000-128 from what I can tell Any advice? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Show your cli flags |
Beta Was this translation helpful? Give feedback.
-
Running the rpcdaemon as its own process instead of using the built-in one seems to allow it to scale better |
Beta Was this translation helpful? Give feedback.
Running the rpcdaemon as its own process instead of using the built-in one seems to allow it to scale better