mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[MNT-22649] Support for concurrent uploads and configurable thread count (#7496)
* eslint fixes * try remove upload restrictions * disable unit test * support threading count for upload * update docs * remove comment * fix unit test * remove fdescribe * make 1 thread by default * exclude e2e
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
"auth": {
|
||||
"withCredentials": false
|
||||
},
|
||||
"upload": {
|
||||
"threads": 1
|
||||
},
|
||||
"oauth2": {
|
||||
"host": "{protocol}//{hostname}{:port}/auth/realms/alfresco",
|
||||
"clientId": "alfresco",
|
||||
|
Reference in New Issue
Block a user