-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add web concurrent share requests config #473
Comments
@micbar In #474 I tried to use these settings. I could get But for output of helmfile diff when setting those:
/config.json after deploying: {
"server": "https://ocis.kube.owncloud.test/",
"theme": "https://ocis.kube.owncloud.test/themes/owncloud/theme.json",
"openIdConnect": {
"metadata_url": "https://ocis.kube.owncloud.test/.well-known/openid-configuration",
"authority": "https://ocis.kube.owncloud.test/",
"client_id": "web",
"response_type": "code",
"scope": "openid profile email"
},
"apps": [
"files",
"search",
"text-editor",
"pdf-viewer",
"external",
"admin-settings"
],
"external_apps": [
{
"id": "preview",
"path": "web-app-preview",
"config": {
"mimeTypes": [
"image/tiff",
"image/bmp",
"image/x-ms-bmp"
]
}
}
],
"options": {
"previewFileMimeTypes": [
"image/gif",
"image/png",
"image/jpeg",
"text/plain",
"image/tiff",
"image/bmp",
"image/x-ms-bmp",
"application/vnd.geogebra.slides"
],
"sharingRecipientsPerPage": 200,
"sidebar": {
"shares": {
"showAllOnLoad": false
}
},
"routing": {
"idBased": true
},
"contextHelpersReadMore": true,
"openLinksWithDefaultApp": true,
"tokenStorageLocal": true,
"concurrentRequests": {
"resourceBatchActions": 1,
"sse": 1
}
}
} Could this be a bug in oCIS? |
@wkloucek could be a bug. @JammingBen Should a backend engineer take over or would you like to continue? |
I didn't find any time for this yesterday, but I can check now. I'll drop you a message if I need help from a backend engineer. Edit: This should fix it: owncloud/ocis#8317 |
Guess it's done, but will only work properly with some release after oCIS 5.0.0-rc.3 |
Description
As of ocis 5.0.0, web has a new setting which intends to reduce concurrency in sharing requests on very slow NFS storages.
Ocis PR: owncloud/ocis#8056
Web Ticket: owncloud/web#10227
@kulmann @JammingBen May I ask you to take care of that and assign one of you to that ticket?
The text was updated successfully, but these errors were encountered: