Browse Source

raise the default reload interval to 30 seconds instead of 10

Natenom/support-murmur-13-1446181288462
Michael Ziegler 14 years ago
parent
commit
c2de01b23c
  1. 2
      pyweb/mumble/media/js/channelviewer.js

2
pyweb/mumble/media/js/channelviewer.js

@ -70,7 +70,7 @@ Ext.ux.MumbleChannelViewer = function( config ){
Ext.applyIf( this, {
title: gettext("Channel Viewer"),
refreshInterval: 10000,
refreshInterval: 30000,
idleInterval: 2,
autoScroll: true,
enableDD: false, // Users need to enable this explicitly

Loading…
Cancel
Save