Update git submodules

* Update glance_store from branch 'master'
  to 32f9a1509bc94baa6acaf508c922f3b7edf5b65f
  - s3: Optimize WRITE_CHUNKSIZE to minimize an overhead
    
    When processing the image data from a client, the previous and small
    chunk size had a significant overhead. Let's be aligned with other chunk
    size related parameters such as DEFAULT_LARGE_OBJECT_MIN_CHUNK_SIZE
    (=5MiB) and DEFAULT_LARGE_OBJECT_CHUNK_SIZE (=10MiB).
    
    The performance difference should be tangible especially with a
    singlepart upload. And the upload time can be shortened for example as
    follows:
    
    100 MiB:   36.5s -> 4.0s
    200 MiB: 2m16.8s -> 6.1s
    300 MiB: 4m50.4s -> 9.1s
    
    Closes-Bug: 1934849
    Change-Id: Icecac80dd9e4e9f7ffa76bb7ca63d8d112036b70
This commit is contained in:
Nobuto Murata 2021-07-10 03:10:11 +09:00 committed by Gerrit Code Review
parent f52e112914
commit 66da0b2f79
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 98b4a0d4e76df022fa8a85a57b00b859b09e3274
Subproject commit 32f9a1509bc94baa6acaf508c922f3b7edf5b65f