fix: removed unused spaces

This commit is contained in:
Michele Cereda
2023-06-04 23:50:02 +02:00
parent 8523495fbd
commit 9463b17a5a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<cc_config> <cc_config>
<options> <options>
<!-- Set as one-shot run. --> <!-- Set as one-shot run. -->
<abort_jobs_on_exit>1</abort_jobs_on_exit> <abort_jobs_on_exit>1</abort_jobs_on_exit>
<exit_when_idle>1</exit_when_idle> <exit_when_idle>1</exit_when_idle>

View File

@@ -6,7 +6,7 @@
<!-- Run always. --> <!-- Run always. -->
<run_if_user_active>1</run_if_user_active> <run_if_user_active>1</run_if_user_active>
<run_gpu_if_user_active>1</run_gpu_if_user_active> <run_gpu_if_user_active>1</run_gpu_if_user_active>
<!-- Keep 1 CPU free and some wiggle room for system use and management. --> <!-- Keep 1 CPU free and some wiggle room for system use and management. -->
<max_cpus>3</max_cpus> <max_cpus>3</max_cpus>
<suspend_cpu_usage>66.000000</suspend_cpu_usage> <suspend_cpu_usage>66.000000</suspend_cpu_usage>