Skip to content
Snippets Groups Projects

Store worker activities by default again

Merged ml bonhomme requested to merge store-worker-activities into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -305,7 +305,7 @@ export default {
}),
mounted () {
this.getProcess()
// Fill out advanced settings if the process already has them (already started)
// Fill out advanced settings from the process settings
this.useGPU = this.process.use_gpu ?? false
this.useCache = this.process.use_cache ?? false
this.farmId = this.process.farm?.id ?? ''
Loading