* delay track changes 3 seconds; not one

This commit is contained in:
Seth Call 2014-03-01 23:20:48 -06:00
parent 3ddc471586
commit 0d53309cd5
1 changed files with 1 additions and 1 deletions

View File

@ -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());