Alon Bar-Lev has posted comments on this change. Change subject: webadmin: Adapt UI plugin infra REST session timeout ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/36737/1/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/plugin/restapi/RestApiSessionManager.java File frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/plugin/restapi/RestApiSessionManager.java: Line 120: // Engine session expiration happens through periodic "cleanExpiredUsersSessions" job Line 121: // whose periodicity is same as Engine session timeout (UserSessionTimeOutInterval). Line 122: // Because of that, Engine sessions can stay active up to 2 * UserSessionTimeOutInterval Line 123: // so we adapt REST API session timeout accordingly. Line 124: restApiSessionTimeout = 2 * engineSessionTimeout; it is session timeout duration, not sure how it is related to engine session... it only controls the http live span of session. Line 125: } Line 126: Line 127: /** Line 128: * Build HTTP request to keep-alive existing REST API session. -- To view, visit http://gerrit.ovirt.org/36737 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ifa95dba9b1f9647369bd817995c1cbd86f1e528f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vojtech Szocs <vsz...@redhat.com> Gerrit-Reviewer: Alexander Wels <aw...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Einav Cohen <eco...@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches