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.
1 parent 16d9673 commit 76a623fCopy full SHA for 76a623f
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