From Juan Hernandez <juan.hernandez(a)redhat.com>:
Juan Hernandez has submitted this change and it was merged.
Change subject: restapi: disable keepaliveInterval for download image
......................................................................
restapi: disable keepaliveInterval for download image
Removing keepaliveInterval for download/upload image through the API.
The UploadImageUiInactivityTimeoutInSeconds ConfigValue is irrelevant
for the API as chunk_size is being explicitly specified by the script.
I.e. when the chunk_size is relatively large, a keepalive timeout
might occur, and hence, the download/upload would be paused.
Change-Id: Ie0ce6d9fbecc8d50ca410e678150e717fc166e3d
Bug-Url:
https://bugzilla.redhat.com/1414484
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendImageTransfersResource.java
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
Juan Hernandez: Looks good to me, approved
Jenkins CI: Passed CI tests
Daniel Erez: Verified
--
To view, visit
https://gerrit.ovirt.org/73375
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie0ce6d9fbecc8d50ca410e678150e717fc166e3d
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>