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" <[email protected]> 
À: [email protected] 
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 
[email protected] 
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel 
_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to