Dan Kenigsberg has uploaded a new change for review. Change subject: kaxmlrpc: fix ancient comment text ......................................................................
kaxmlrpc: fix ancient comment text Change-Id: I7b49f5644932e4bdc5dcd312b14b413c5ea230eb Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm/kaxmlrpclib.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/21/33621/1 diff --git a/vdsm/kaxmlrpclib.py b/vdsm/kaxmlrpclib.py index a776ff0..238b1b5 100644 --- a/vdsm/kaxmlrpclib.py +++ b/vdsm/kaxmlrpclib.py @@ -37,7 +37,7 @@ import socket # It would have been nicer to make these server-specific and not module-wide -# constants. But it is not really importat for it, so it should wait. +# constants. But it is not really important for us, so it should wait. KEEPIDLE = 60 KEEPINTVL = 10 KEEPCNT = 6 -- To view, visit http://gerrit.ovirt.org/33621 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7b49f5644932e4bdc5dcd312b14b413c5ea230eb Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
