Merge "minor updates to changelog and release notes"
This commit is contained in:
commit
5358e28c43
@ -1,4 +1,4 @@
|
|||||||
swift (2.19.0)
|
swift (2.19.0, OpenStack Rocky)
|
||||||
|
|
||||||
* TempURLs now support IP range restrictions. Please see
|
* TempURLs now support IP range restrictions. Please see
|
||||||
https://docs.openstack.org/swift/latest/middleware.html#client-usage
|
https://docs.openstack.org/swift/latest/middleware.html#client-usage
|
||||||
|
@ -23,18 +23,18 @@ features:
|
|||||||
async updates N-at-a-time, but will do so using only one process
|
async updates N-at-a-time, but will do so using only one process
|
||||||
instead of N.
|
instead of N.
|
||||||
|
|
||||||
If you have a config file like this:
|
If you have a config file like this::
|
||||||
|
|
||||||
[object-updater]
|
[object-updater]
|
||||||
concurrency = <N>
|
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]
|
[object-updater]
|
||||||
concurrency = 8 # the default; you can omit this line
|
concurrency = 8 # the default; you can omit this line
|
||||||
updater_workers = <N>
|
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]
|
[object-updater]
|
||||||
concurrency = 1
|
concurrency = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user