workaround for goexmpp bug
[svn42.git] / go / r3-netstatus / main.go
index 23bcce0..34336b0 100644 (file)
@@ -182,7 +182,7 @@ func RunXMPPBot(ps *pubsub.PubSub, zmqctx *zmq.Context) {
                } else {
                        Syslog_.Printf("Error starting XMPP Bot: %s", xmpperr.Error())
                }
-               time.Sleep(10 * time.Second)
+               time.Sleep(20 * time.Second)
        }
 }