mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(deleteAction): Bump up delete requests concurrency to 5
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
parent
12342fc291
commit
eced3451d5
3 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ import { encodePath } from '@nextcloud/paths'
|
|||
|
||||
import PQueue from 'p-queue'
|
||||
|
||||
const queue = new PQueue({ concurrency: 1 })
|
||||
const queue = new PQueue({ concurrency: 5 })
|
||||
|
||||
registerFileAction(new FileAction({
|
||||
id: 'delete',
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue