Skip to content

Commit

Permalink
Increase tick rate to save changes faster
Browse files Browse the repository at this point in the history
  • Loading branch information
bartnv committed Sep 16, 2020
1 parent de60553 commit 310111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ $().ready(function() {
location.hash = '#' + note.id;
});
console.log('Event handlers initialized; starting interval timer');
setInterval(tick, 5000);
setInterval(tick, 4000);
});

function togglePanelLeft(force) {
Expand Down

0 comments on commit 310111d

Please sign in to comment.