Worker: update default task types to match what's currently in use
Flamenco v2 had a different classification of task types than Flamenco v3, and the defaults still referenced the v2 classifications.
This commit is contained in:
parent
2610836861
commit
a7654394b4
@ -111,7 +111,7 @@ func NewConfigWrangler() FileConfigWrangler {
|
|||||||
func (fcw FileConfigWrangler) DefaultConfig() WorkerConfig {
|
func (fcw FileConfigWrangler) DefaultConfig() WorkerConfig {
|
||||||
return WorkerConfig{
|
return WorkerConfig{
|
||||||
Manager: "",
|
Manager: "",
|
||||||
TaskTypes: []string{"sleep", "blender", "file-management", "exr-merge", "debug"},
|
TaskTypes: []string{"blender", "file-management", "exr-merge", "misc"},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user