Skip to content

Commit

Permalink
fix(CSI-237): increase parralelism of PV deletions
Browse files Browse the repository at this point in the history
Allowed by better multithreaded offline deletion process
  • Loading branch information
sergeyberezansky committed Jul 31, 2024
1 parent 0298f22 commit b423406
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 b423406

Please sign in to comment.