Merge branch 'develop' into enhancement/OP-6659_thumbnail-color-managed

This commit is contained in:
Jakub Ježek 2023-11-27 16:38:49 +01:00 committed by GitHub
commit 0bd02c15f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 2143 additions and 621 deletions

View file

@ -109,6 +109,14 @@
"chunk_size": 10,
"group": "none"
},
"ProcessSubmittedCacheJobOnFarm": {
"enabled": true,
"deadline_department": "",
"deadline_pool": "",
"deadline_group": "",
"deadline_chunk_size": 1,
"deadline_priority": 50
},
"ProcessSubmittedJobOnFarm": {
"enabled": true,
"deadline_department": "",

View file

@ -137,6 +137,11 @@
}
},
"publish": {
"CollectChunkSize": {
"enabled": true,
"optional": true,
"chunk_size": 999999
},
"CollectAssetHandles": {
"use_asset_handles": true
},