From 4c86d98e337703016afc7122cd165bb2498b88bc Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 26 Jan 2022 11:15:14 -0800 Subject: Minor tweaks. --- executors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'executors.py') diff --git a/executors.py b/executors.py index 399e32d..3786954 100644 --- a/executors.py +++ b/executors.py @@ -1102,7 +1102,7 @@ class DefaultExecutors(object): RemoteWorkerRecord( username='scott', machine='cheetah.house', - weight=25, + weight=34, count=6, ), ) @@ -1122,7 +1122,7 @@ class DefaultExecutors(object): RemoteWorkerRecord( username='scott', machine='wannabe.house', - weight=30, + weight=25, count=10, ), ) -- cgit v1.3