From ff57d5390acb6fc4dede8721a5ba1b307b05b157 Mon Sep 17 00:00:00 2001 From: Roy Natian <1146050+royimous@users.noreply.github.com> Date: Wed, 28 Apr 2021 02:37:43 -0400 Subject: [PATCH] Update plotman.yaml Added clarification on units for stagger time and polling time. --- src/plotman/resources/plotman.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plotman/resources/plotman.yaml b/src/plotman/resources/plotman.yaml index b2b69cb3..845218b9 100644 --- a/src/plotman/resources/plotman.yaml +++ b/src/plotman/resources/plotman.yaml @@ -97,10 +97,10 @@ scheduling: # Don't run more than this many jobs at a time in total. global_max_jobs: 12 - # Don't run any jobs (across all temp dirs) more often than this. + # Don't run any jobs (across all temp dirs) more often than this, in minutes. global_stagger_m: 30 - # How often the daemon wakes to consider starting a new plot job + # How often the daemon wakes to consider starting a new plot job, in seconds. polling_time_s: 20