Skip to content

Commit

Permalink
server: changed uptime getter
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jul 12, 2021
1 parent fdda656 commit abf892a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/uptime.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export const processNodeUptime = async () => {

if (uptime) globalThis.nodeInfo.uptime = uptime

setTimeout(processNodeUptime, 180000)
setTimeout(processNodeUptime, 60000)
}

0 comments on commit abf892a

Please sign in to comment.