Skip to content

Commit

Permalink
fix: πŸ› timer interval
Browse files Browse the repository at this point in the history
  • Loading branch information
hcfw007 committed Dec 6, 2024
1 parent f838ab6 commit 87d6c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puppet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PuppetRabbit extends PUPPET.Puppet {
this.stopHeartbeat()
this.heartbeatTimer = setInterval(async () => {
void this.ding('heartbeat')
}, 10 * 1000)
}, 30 * 1000)
}

stopHeartbeat() {
Expand Down

0 comments on commit 87d6c5f

Please sign in to comment.