Skip to content

Commit

Permalink
fix keepalive
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrzoom committed Aug 5, 2016
1 parent b39255c commit 62e25ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"music":"false","desktopDanmu":"false"}
{"music":"true","desktopDanmu":"true"}
2 changes: 1 addition & 1 deletion app/danmu/danmu.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function start(chatInfo, callback) {
});
setInterval(function() {
sendKeepalive(s);
}, 300000);
}, 150000);
}

function sendData(s, msg) {
Expand Down
1 change: 0 additions & 1 deletion log/playlist.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
播放列表
1. 安静

0 comments on commit 62e25ba

Please sign in to comment.