We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc8054 commit 303b302Copy full SHA for 303b302
1 file changed
map-chat/javascript/main.js
@@ -7,8 +7,8 @@ var urlHashTopic = location.hash ? location.hash.substring(1).toLowerCase() : nu
7
var topic = urlHashTopic ? urlHashTopic : "pgomapcatch/chat";
8
9
function initialiseEventBus(){
10
- window.client = mqtt.connect('ws://broker.pikabot.org',{
11
- reconnectPeriod:60*1000
+ window.client = mqtt.connect('ws://ws.pikabot.org',{
+ reconnectPeriod:20*1000
12
});
13
client.on("connect", function(err,res){
14
client.subscribe("pgomapcatch/#");
0 commit comments