-
Notifications
You must be signed in to change notification settings - Fork 279
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
[feature] #3900: fetch_size
query parameter
#4016
[feature] #3900: fetch_size
query parameter
#4016
Conversation
706fc65
to
bc9fb55
Compare
Pull Request Test Coverage Report for Build 6811282567
💛 - Coveralls |
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.
Imo we should limit maximum size of fetch_size
.
But how? Using another config parameter? |
bc9fb55
to
5e1672a
Compare
Or hardcode, however we can leave this as is for now. |
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.
Merging only after a PR to update Torii Endpoints page is created.
upd: sorry for ultimate tone, just tired from having outdated docs.
@mversic , what do you think about that? |
@0x009922 , is it |
I think it's ok to just hardcode |
a6d2259
to
2c76373
Compare
@Arjentix, yes. At the bottom of the page you might find "Edit this page on GitHub" link for convenience. |
2c76373
to
63f80a7
Compare
@0x009922 , created hyperledger-iroha/iroha-2-docs#425 |
63f80a7
to
d38f022
Compare
I would like to backport this into RC20. But in the backport we have to leave in the config intact since removing it would break backwards compatibility |
Ok, will do in separate PR |
d38f022
to
e7af4d8
Compare
ideally, only bugfixes would be backported. However, this feature was requested by Orillion. |
e7af4d8
to
56d71b6
Compare
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
56d71b6
to
6bd8393
Compare
Description
Linked issue
fetch_size
is no more a configuration parameter but a query parameter. Clients have to send it as a query parameter.fetch_size
per query #3900Benefits
Checklist
CONTRIBUTING.md
unit testsintegration test for the code changes