This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 80ab975dddf88d9c3c5b18bbc255d7df6c06f28c
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Thu Sep 13 08:40:53 2018 +0200

    etc/x2gobroker.conf: Fix the load_factor formula.
---
 etc/x2gobroker.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/x2gobroker.conf b/etc/x2gobroker.conf
index 7ba70be..6501458 100644
--- a/etc/x2gobroker.conf
+++ b/etc/x2gobroker.conf
@@ -271,7 +271,7 @@
 # The load factor calculation uses this algorithm:
 #
 #                  ( memAvail/1000 ) * numCPUs * typeCPUs
-#    load-factor = --------------------------------------
+#    load-factor = -------------------------------------- + 1
 #                        loadavg*100 * numSessions
 #
 # (memAvail in MByte, typeCPUs in MHz, loadavg is (system load *100 + 1) as

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to