github.com/cs3org/reva/v2@v2.27.7/changelog/2.11.0_2022-11-03/configurable-max-lock-cycles.md (about)

     1  Enhancement: Make max lock cycles configurable
     2  
     3  When a file is locked the flock library will retry a given amount of times (with a increasing sleep time inbetween each round)
     4  Until now the max amount of such rounds was hardcoded to `10`. Now it is configurable, falling back to a default of `25`
     5  
     6  https://github.com/cs3org/reva/pull/3429
     7  https://github.com/owncloud/ocis/pull/4959