mirror of https://github.com/Chocobozzz/PeerTube
Disable job scheduler SQL queries logging
parent
28832412d1
commit
2cfe649635
|
@ -44,7 +44,8 @@ export class JobModel extends Model<JobModel> {
|
|||
where: {
|
||||
state,
|
||||
category: jobCategory
|
||||
}
|
||||
},
|
||||
logging: false
|
||||
}
|
||||
|
||||
return JobModel.findAll(query)
|
||||
|
|
Loading…
Reference in New Issue