Revision 497c4795

b/ui/static/snf/js/ui/web/ui_main_view.js
410 410
        },  
411 411

  
412 412
        init_intervals: function() {
413
            this._networks = storage.networks.get_fetcher(snf.config.update_interval, snf.config.update_interval/3, 3, true, undefined);
414
            this._vms = storage.vms.get_fetcher(snf.config.update_interval, snf.config.update_interval/3, 3, true, undefined);
413
            this._networks = storage.networks.get_fetcher(snf.config.update_interval, snf.config.update_interval/2, 2, true, undefined);
414
            this._vms = storage.vms.get_fetcher(snf.config.update_interval, snf.config.update_interval/2, 2, true, undefined);
415 415
        },
416 416

  
417 417
        stop_intervals: function() {

Also available in: Unified diff