diff options
Diffstat (limited to 'include/core.h')
-rw-r--r-- | include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index 5011dea..ae0e8fe 100644 --- a/include/core.h +++ b/include/core.h @@ -65,6 +65,7 @@ struct STASIS_GLOBAL { bool enable_rewrite_spec_stage_2; //!< Enable automatic @STR@ replacement in output files long cpu_limit; long parallel_fail_fast; + int pool_status_interval; //!< Report "Task is running" every n seconds struct StrList *conda_packages; //!< Conda packages to install after initial activation struct StrList *pip_packages; //!< Pip packages to install after initial activation char *tmpdir; //!< Path to temporary storage directory |