Skip to content

Commit

Permalink
increase search time to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
nunsez committed Sep 25, 2024
1 parent ed5e08a commit 6c20f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/bookmarklet-video-speed.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

const PREFIX = "nunsez-video-bookmarklet";
const DEFAULT_SPEED = 100;
const SEARCH_TIMEOUT = 350;
const SEARCH_TIMEOUT = 500;
const STORAGE_ID = `${PREFIX}-memory`;
const CONTROLLER_ID = `${PREFIX}-controller`;
const TICKMARKS_ID = `${PREFIX}-tickmarks`;
Expand Down

0 comments on commit 6c20f92

Please sign in to comment.