misery: gotta go fast

master
q3k 2022-07-05 19:26:00 +02:00
parent 87bc82590c
commit 8bc76da4b8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ local node = ThreadNode:extend('node.misery', {
threadFile = 'nodes/misery_thread.lua',
threadChannel = 'misery',
updateInterval = 2 * 60,
updateInterval = 10,
})
local inspect = require('vendor.inspect')