Skip to content

Commit cdf0f09

Browse files
committed
Decreased autosave timeout
1 parent 28d1d78 commit cdf0f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabnotes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function logKey(e) {
99
timeoutId = setTimeout(function() {
1010
// Runs 1 second (1000 ms) after the last change
1111
saveToDB();
12-
}, 1000);
12+
}, 10);
1313
}
1414

1515
function saveToDB() {

0 commit comments

Comments
 (0)