disable CollectStagingDirsForCleaningUp by default

This commit is contained in:
MustafaJafar 2024-02-14 17:38:21 +02:00
parent a8d3591292
commit 060d826909

View file

@ -84,7 +84,7 @@ DEFAULT_HOUDINI_PUBLISH_SETTINGS = {
"chunk_size": 999999
},
"CollectStagingDirsForCleaningUp": {
"enabled": True,
"enabled": False,
"optional": True,
"active": True
},