Merge "minor updates to changelog and release notes"

This commit is contained in:
Zuul
2018年08月27日 19:40:41 +00:00
committed by Gerrit Code Review

View File

@@ -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
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.