diff options
| author | Scott <[email protected]> | 2022-01-26 11:15:14 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-26 11:15:14 -0800 |
| commit | 4c86d98e337703016afc7122cd165bb2498b88bc (patch) | |
| tree | db6c11c790b07d8933e7d50d9c7a5929ff55c267 /executors.py | |
| parent | 8811fb88b36f76360ce8fc20a67931863e59f004 (diff) | |
Minor tweaks.
Diffstat (limited to 'executors.py')
| -rw-r--r-- | executors.py | 4 |
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, ), ) |
