Update git submodules

* Update swift from branch 'master'
  to 07c8e8bcdc3fdaccfd016f48af71c42b46b987b4
  - Merge "Object-server: add periodic greenthread yielding during file read."
  - Object-server: add periodic greenthread yielding during file read.
    
    Currently, when object-server serves GET request and DiskFile
    reader iterate over disk file chunks, there is no explicit
    eventlet sleep called. When network outpace the slow disk IO,
    it's possible one large and slow GET request could cause
    eventlet hub not to schedule any other green threads for a
    long period of time. To improve this, this patch add a
    configurable sleep parameter into DiskFile reader, which
    is 'cooperative_period' with a default value of 0 (disabled).
    
    Co-Authored-By: Clay Gerrard <clay.gerrard@gmail.com>
    Change-Id: I80b04bad0601b6cd6caef35498f89d4ba70a4fd4
This commit is contained in:
Zuul 2024-02-27 04:03:00 +00:00 committed by Gerrit Code Review
parent 45b7e2869c
commit ccd0b727b1
1 changed files with 1 additions and 1 deletions

2
swift

@ -1 +1 @@
Subproject commit 2500fbeea99683ef8ca525b9a7c565a0ab4d00a4
Subproject commit 07c8e8bcdc3fdaccfd016f48af71c42b46b987b4