We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16d9673 + 76a623f commit 00afe1dCopy full SHA for 00afe1d
index.js
@@ -268,7 +268,7 @@ module.exports = (params) => {
268
// Hunt for zombies (just the sleeping ones that this user owns)
269
let zombies = await query(
270
`SELECT ID,time FROM information_schema.processlist
271
- WHERE command = "Sleep" AND time >= ? AND user = ?
+ WHERE command = 'Sleep' AND time >= ? AND user = ?
272
ORDER BY time DESC`,
273
[!isNaN(timeout) ? timeout : 60*15, _cfg.user])
274
0 commit comments