
Oved Ourfali has submitted this change and it was merged. Change subject: core: Reduce number of tasks in queue log messages ...................................................................... core: Reduce number of tasks in queue log messages When the engine server is loaded, there is a message printed to the log. This patch increases the threshold of the number of waiting tasks from 0 to 5. Change-Id: Ieb061ed29750184bcdd39af7d8c3fc7d0dcacabd Signed-off-by: lzelkha@redhat.com <lzelkha@redhat.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/threadpool/ThreadPoolUtil.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Liran Zelkha: Verified Michal Skrivanek: Looks good to me, but someone else must approve Oved Ourfali: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/31514 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ieb061ed29750184bcdd39af7d8c3fc7d0dcacabd Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liran Zelkha <lzelkha@redhat.com> Gerrit-Reviewer: Liran Zelkha <lzelkha@redhat.com> Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: automation@ovirt.org