Skip to content

Commit

Permalink
Set revert snapshot type to empty in order to disable by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jun 4, 2018
1 parent 0279284 commit f83588a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Improve network-exports to support subnets list instead of predefined subnet A and subnet B #79
* Offline compaction scheduled job on Author Primary and Publish is disabled by default
* Add cron.no_proxy configuration support
* Revert snapshot is disabled by default

### 2.1.1
* Restructure configuration for Stack Manager snapshots purge schedule and max age
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aem:
deployment_delay_in_seconds: 60
deployment_check_retries: 120
deployment_check_delay_in_seconds: 15
revert_snapshot_type: offline
revert_snapshot_type:
client_timeout: 1200
publish:
jvm_mem_opts: "-Xss4m -Xms4096m -Xmx8192m"
Expand Down

0 comments on commit f83588a

Please sign in to comment.