Skip to content

Commit

Permalink
refactor: Reduce route generation interval from 1500ms to 500ms
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Nov 27, 2024
1 parent 0c41b0d commit e33cc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo-site/static/js/small-world-routing.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ async function initVisualization() {
if (isPlaying) {
startNewRoute();
}
}, 1500);
}, 500);
return;
}

Expand Down

0 comments on commit e33cc15

Please sign in to comment.