File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -64,27 +64,23 @@ GHE_NUM_SNAPSHOTS=10
64
64
65
65
# If set to 'yes', ghe-backup jobs will run in parallel. Defaults to 'no'.
66
66
#
67
- # WARNING: this feature is in beta.
68
67
#GHE_PARALLEL_ENABLED=yes
69
68
70
69
# Sets the maximum number of jobs to run in parallel. Defaults to the number
71
70
# of available processing units on the machine.
72
71
#
73
- # WARNING: this feature is in beta.
74
72
#GHE_PARALLEL_MAX_JOBS=2
75
73
76
74
# Sets the maximum number of rsync jobs to run in parallel. Defaults to the
77
75
# configured GHE_PARALLEL_MAX_JOBS, or the number of available processing
78
76
# units on the machine.
79
77
#
80
- # WARNING: this feature is in beta.
81
78
# GHE_PARALLEL_RSYNC_MAX_JOBS=3
82
79
83
80
# When jobs are running in parallel wait as needed to avoid starting new jobs
84
81
# when the system's load average is not below the specified percentage. Defaults to
85
82
# unrestricted.
86
83
#
87
- # WARNING: this feature is in beta.
88
84
#GHE_PARALLEL_MAX_LOAD=50
89
85
90
86
# When running an external mysql database, run this script to trigger a MySQL backup
You can’t perform that action at this time.
0 commit comments