mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
Disable job scheduler SQL queries logging
This commit is contained in:
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
Block a user