mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Disable bulk upload by not advertising it
It has been reported broken on many instances. Disable it for now until it can be fixed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
39494fbf79
commit
d31bc9fa34
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ class Capabilities implements ICapability {
|
|||
return [
|
||||
'dav' => [
|
||||
'chunking' => '1.0',
|
||||
'bulkupload' => '1.0',
|
||||
// disabled because of https://github.com/nextcloud/desktop/issues/4243
|
||||
// 'bulkupload' => '1.0',
|
||||
]
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue