summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-08-27 19:40:41 +0000
committerGerrit Code Review <review@openstack.org>2018-08-27 19:40:41 +0000
commit5358e28c43fca1d0c3efdb1a62b90eb5b412ecb3 (patch)
treec43f01f691b876c091da96c20c08b95f9e64c72b /releasenotes
parentff306a8cf5df292c0a1ff9855962101af385a75b (diff)
parent04d3d6804b67d5bdf4ac801df6115ee3f98636d3 (diff)
downloadswift-5358e28c43fca1d0c3efdb1a62b90eb5b412ecb3.tar.gz
Merge "minor updates to changelog and release notes"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml b/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml
index f3a3d0b09..d06e26395 100644
--- a/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml
+++ b/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml
@@ -23,18 +23,18 @@ features:
async updates N-at-a-time, but will do so using only one process
instead of N.
- If you have a config file like this:
+ If you have a config file like this::
[object-updater]
concurrency = <N>
- and you want to take advantage of faster updates, then do this:
+ and you want to take advantage of faster updates, then do this::
[object-updater]
concurrency = 8 # the default; you can omit this line
updater_workers = <N>
- If you want updates to be processed exactly as before, do this:
+ If you want updates to be processed exactly as before, do this::
[object-updater]
concurrency = 1