summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2018-08-22 10:03:19 -0700
committerTim Burke <tim.burke@gmail.com>2018-08-22 12:08:42 -0700
commit04d3d6804b67d5bdf4ac801df6115ee3f98636d3 (patch)
tree9c960daf0240ace8e37c11ffc5d2be924fd98310 /releasenotes
parentae9536ea65cd84175e91b7b2a286f4ccb7413caa (diff)
downloadswift-04d3d6804b67d5bdf4ac801df6115ee3f98636d3.tar.gz
minor updates to changelog and release notes
Change-Id: Ida9c204f644e41ae05dbf6f68083410e143d3183
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