We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pg_net.request_rate
pg_net.batch_size
The batch_size of 200 is essentially 200 req/s. Naming this as request_rate is clearer.
batch_size
request_rate
Curl also has a request rate option https://everything.curl.dev/usingcurl/transfers/request-rate.html
Alias batch_size to request_rate. Leave batch_size for backwards compatibility.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
The
batch_size
of 200 is essentially 200 req/s. Naming this asrequest_rate
is clearer.Curl also has a request rate option https://everything.curl.dev/usingcurl/transfers/request-rate.html
Solution
Alias
batch_size
torequest_rate
. Leavebatch_size
for backwards compatibility.The text was updated successfully, but these errors were encountered: