From beac1437b595ed543595b12b81ab637d4737038a Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 12 Feb 2022 11:17:45 -0800 Subject: [PATCH] Change weights. --- executors.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/executors.py b/executors.py index 1077667..e1949fb 100644 --- a/executors.py +++ b/executors.py @@ -1191,7 +1191,7 @@ class DefaultExecutors(object): username='scott', machine='cheetah.house', weight=24, - count=6, + count=5, ), ) if self.ping('meerkat.cabin'): @@ -1211,7 +1211,7 @@ class DefaultExecutors(object): username='scott', machine='wannabe.house', weight=14, - count=8, + count=2, ), ) if self.ping('puma.cabin'): @@ -1221,7 +1221,7 @@ class DefaultExecutors(object): username='scott', machine='puma.cabin', weight=24, - count=6, + count=5, ), ) if self.ping('backup.house'): -- 2.45.2