mirror of
https://github.com/LBRYFoundation/lbry-tipbot.git
synced 2025-08-23 16:57:24 +00:00
turn down hash announce frequency
This commit is contained in:
parent
76d7bdcdd6
commit
ca69ef4c70
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ function init(slackbot, channel) {
|
||||||
if (channel) {
|
if (channel) {
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
sendMiningInfo(slackbot, channel);
|
sendMiningInfo(slackbot, channel);
|
||||||
}, 3600000);
|
}, 6 * 60 * 60 * 1000);
|
||||||
// sendMiningInfo(slackbot, channel);
|
// sendMiningInfo(slackbot, channel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue