diff --git a/assets/scripts/app/pusher.coffee b/assets/scripts/app/pusher.coffee index 0e1c21ed..efcaeb53 100644 --- a/assets/scripts/app/pusher.coffee +++ b/assets/scripts/app/pusher.coffee @@ -13,7 +13,7 @@ $.extend Travis.Pusher.prototype, init: (config) -> Pusher.warn = @warn.bind(this) Pusher.host = config.host if config.host - @pusher = new Pusher(config.key, encrypted: Travis.Pusher.ENCRYPTED) + @pusher = new Pusher(config.key, encrypted: Travis.Pusher.ENCRYPTED, disableStats: true) @subscribeAll(Travis.Pusher.CHANNELS) if Travis.Pusher.CHANNELS @callbacksToProcess = []