Alexander Wels has posted comments on this change. Change subject: webadmin: user session is kept alive ......................................................................
Patch Set 1: This is mainly for when something else besides the user creates an event. Or if some long running action that returns immediately finishes. For instance committing a snapshot. Also this is actually not that bad for generating extra queries. There are two reasons why. 1. It only refreshes the currently active models (which is the main tab model/sub tab model, and one or two other models). 2. It will at worst generate some queries once every event refresh cycle. It doesn't matter if 1 event happened or 100, it will do one refresh. -- To view, visit http://gerrit.ovirt.org/23027 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib99861bfdc41b98ceac0df7103acff5b9074f851 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-HasComments: No _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
