Skip to content

Commit

Permalink
Merge pull request #295 from weka/sergey/pv-deletion-parralelism
Browse files Browse the repository at this point in the history
fix(CSI-237): increase parralelism of PV deletions
  • Loading branch information
sergeyberezansky authored Jul 31, 2024
2 parents 5c59f81 + d571ef1 commit e11ec44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/csi-wekafsplugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ controller:
# -- maximum concurrent operations per operation type
concurrency:
createVolume: 5
deleteVolume: 1
deleteVolume: 5
expandVolume: 5
createSnapshot: 5
deleteSnapshot: 5
Expand Down

0 comments on commit e11ec44

Please sign in to comment.