summaryrefslogtreecommitdiff
path: root/executors.py
diff options
context:
space:
mode:
authorScott <[email protected]>2022-01-26 11:15:14 -0800
committerScott <[email protected]>2022-01-26 11:15:14 -0800
commit4c86d98e337703016afc7122cd165bb2498b88bc (patch)
treedb6c11c790b07d8933e7d50d9c7a5929ff55c267 /executors.py
parent8811fb88b36f76360ce8fc20a67931863e59f004 (diff)
Minor tweaks.
Diffstat (limited to 'executors.py')
-rw-r--r--executors.py4
1 files changed, 2 insertions, 2 deletions
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,
),
)