Skip to content

Commit

Permalink
Update revision docs: remove J strategy
Browse files Browse the repository at this point in the history
The J revision strategy no longer exists in the ruleset. Remove it from
the docs
  • Loading branch information
stsnel committed Dec 12, 2024
1 parent 4732fcd commit 3d253c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/administration/configuring-yoda.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ async_replication_max_rss | Limit the memory usage (in bytes) of a replicat
Variable | Description
-------------------------------|---------------------------------------------
enable_revisions | Enable asynchronous revisions: yes (1) or no (0)
revision_strategy | Revision strategy: A, B, J or Simple (default: B)
revision_strategy | Revision strategy: A, B or Simple (default: B)
async_revision_jobs | Number of asynchronous revision jobs, when decreasing the number of jobs, manually remove jobs from the crontab (default: 1)
async_revision_batch_size | Asynchronous revision jobs batch size (default: 1000)
async_revision_verbose_mode | Run asynchronous revision job in verbose mode (default: true)
Expand Down
2 changes: 1 addition & 1 deletion roles/yoda_rulesets/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async_replication_max_rss: 1000000000 # Limit the memory usage of a replication

# Revision configuration
enable_revisions: 1 # Enable asynchronous revisions: yes (1) or no (0)
revision_strategy: B # Revision strategy: A, B, J or Simple
revision_strategy: B # Revision strategy: A, B or Simple
async_revision_jobs: 1 # Number of asynchronous revision jobs, when decreasing the number of jobs, manually remove jobs from the crontab
async_revision_batch_size: 1000 # Asynchronous revision jobs batch size
async_revision_verbose_mode: true # Run asynchronous revision job in verbose mode
Expand Down

0 comments on commit 3d253c7

Please sign in to comment.