mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
Remove debug code
This commit is contained in:
parent
6acc01bf81
commit
307a1ece7a
@ -21,14 +21,8 @@ export default function() {
|
||||
const inboxJobCounts = await inboxQueue.getJobCounts();
|
||||
|
||||
const stats = {
|
||||
deliver: {
|
||||
active: Math.floor(Math.random() * 100),
|
||||
delayed: Math.floor(Math.random() * 1000),
|
||||
},
|
||||
inbox: {
|
||||
active: Math.floor(Math.random() * 100),
|
||||
delayed: Math.floor(Math.random() * 1000),
|
||||
}
|
||||
deliver: deliverJobCounts,
|
||||
inbox: inboxJobCounts
|
||||
};
|
||||
|
||||
ev.emit('queueStats', stats);
|
||||
|
Loading…
Reference in New Issue
Block a user