Replies: 1 comment 2 replies
-
That answer to the title question is variable, and depends on your workflow and servers. If you provide more information about your configuration, requests and responses, and the servers, we might be able to help better. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use 2 client instance and each client issue 1500 requests concurrently.
I also have increase system max sockets and max files per process.
I have been facing an issue below that after running several loops, the reqwest report below error.
T
Request Error: reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("localhost")), port: Some(27000), path: "/rpc/v1/transactions/e2255db23c2cfc9dbb300e70fbfdbf81b5f751395a9ba049bea813802e90ba99", query: None, fragment: None }, source: TimedOut }
Beta Was this translation helpful? Give feedback.
All reactions