-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance Degradation #10557
Performance Degradation #10557
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
58c3b15
to
99106c3
Compare
@@ -130,7 +130,7 @@ func DefaultConfig() *config.Config { | |||
Cluster: "ocis-cluster", | |||
EnableTLS: false, | |||
}, | |||
MaxConcurrency: 25, | |||
MaxConcurrency: 1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You nailed it 💅
6ca0899
to
baad410
Compare
Signed-off-by: jkoberg <[email protected]>
baad410
to
2d28010
Compare
Final Loadtest: https://drone.owncloud.com/owncloud/ocis/41011/48/1 |
Quality Gate passedIssues Measures |
Fixes the performance degradation.
Fixes #10545