Skip to content

Commit 303b302

Browse files
committed
Switch websocket to sw.pikabot.org.
1 parent 2dc8054 commit 303b302

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

map-chat/javascript/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ var urlHashTopic = location.hash ? location.hash.substring(1).toLowerCase() : nu
77
var topic = urlHashTopic ? urlHashTopic : "pgomapcatch/chat";
88

99
function initialiseEventBus(){
10-
window.client = mqtt.connect('ws://broker.pikabot.org',{
11-
reconnectPeriod:60*1000
10+
window.client = mqtt.connect('ws://ws.pikabot.org',{
11+
reconnectPeriod:20*1000
1212
});
1313
client.on("connect", function(err,res){
1414
client.subscribe("pgomapcatch/#");

0 commit comments

Comments
 (0)