* delay track changes 3 seconds; not one
This commit is contained in:
parent
3ddc471586
commit
0d53309cd5
|
|
@ -169,7 +169,7 @@
|
|||
// https://jamkazam.atlassian.net/browse/VRFS-854
|
||||
setTimeout(function() {
|
||||
sessionModel.refreshCurrentSession(); // XXX: race condition possible here; other client may not have updated server yet
|
||||
}, 1000);
|
||||
}, 3000);
|
||||
var start = new Date();
|
||||
setTimeout(function() {
|
||||
console.log("REBUILDMIXERCHANGE DONE: ", new Date().getTime() - start.getTime());
|
||||
|
|
|
|||
Loading…
Reference in New Issue