[pve-devel] PVE javascript timers

Alexandre DERUMIER aderumier at odiso.com
Sun Oct 6 08:40:00 CEST 2013


I'm not totaly sure, but I think here :


manager/data/UpdateStore.js

        var run_load_task = function() {
            if (PVE.Utils.authOK()) {
                PVE.data.UpdateQueue.queue(me);
                load_task.delay(config.interval, run_load_task);
            } else {
                load_task.delay(200, run_load_task);
            }
        };

----- Mail original ----- 

De: "Stefan Priebe" <s.priebe at profihost.ag> 
À: pve-devel at pve.proxmox.com 
Envoyé: Samedi 5 Octobre 2013 21:16:24 
Objet: [pve-devel] PVE javascript timers 

Hi, 

can somebody point me to the place where all extJS timers are defined 
for the screen updates through ajax? 

I'm still struggling with my laptop and DSL performance (Proxmox hangs a 
lot eating all my cpu). 

Stefan 
_______________________________________________ 
pve-devel mailing list 
pve-devel at pve.proxmox.com 
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel 



More information about the pve-devel mailing list