Augmentation du temps de récupération des kbis à 2 secondes
This commit is contained in:
parent
cff1c539d9
commit
e3b1cc645b
@ -200,7 +200,7 @@ else {
|
||||
var checkInterval = 5;
|
||||
var url = '';
|
||||
checkKbis(<?=$start?>);
|
||||
var holdTheInterval = setInterval(update, 900);
|
||||
var holdTheInterval = setInterval(update, 1200);
|
||||
$("#progressbar").reportprogress(0);
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user