settle the sigma network quicker

I really want to memoize this so that I can keep from needing to
expose people to this function
main
Ryan Rix 2020-08-27 14:09:34 -07:00
parent f9b8d04706
commit 6060faff75
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function process(data) {
s.stopForceAtlas2();
s.refresh();
console.log("Finished Force");
}, 10000);
}, 5000);
window.net = s;
};