Skip to content

Commit 18b1e79

Browse files
authored
Update backup.config-example
Removed lines with "Warning this is a beta feature" since this is no longer referenced as beta
1 parent 3247ad8 commit 18b1e79

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backup.config-example

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,23 @@ GHE_NUM_SNAPSHOTS=10
6464

6565
# If set to 'yes', ghe-backup jobs will run in parallel. Defaults to 'no'.
6666
#
67-
# WARNING: this feature is in beta.
6867
#GHE_PARALLEL_ENABLED=yes
6968

7069
# Sets the maximum number of jobs to run in parallel. Defaults to the number
7170
# of available processing units on the machine.
7271
#
73-
# WARNING: this feature is in beta.
7472
#GHE_PARALLEL_MAX_JOBS=2
7573

7674
# Sets the maximum number of rsync jobs to run in parallel. Defaults to the
7775
# configured GHE_PARALLEL_MAX_JOBS, or the number of available processing
7876
# units on the machine.
7977
#
80-
# WARNING: this feature is in beta.
8178
# GHE_PARALLEL_RSYNC_MAX_JOBS=3
8279

8380
# When jobs are running in parallel wait as needed to avoid starting new jobs
8481
# when the system's load average is not below the specified percentage. Defaults to
8582
# unrestricted.
8683
#
87-
# WARNING: this feature is in beta.
8884
#GHE_PARALLEL_MAX_LOAD=50
8985

9086
# When running an external mysql database, run this script to trigger a MySQL backup

0 commit comments

Comments
 (0)