Skip to content

Commit

Permalink
increase max capture interval
Browse files Browse the repository at this point in the history
  • Loading branch information
louisholley committed Dec 19, 2024
1 parent 2995142 commit a598454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const GIF_DEFAULTS = {
MIN_FRAMES: 2,
MAX_FRAMES: 100,
MIN_CAPTURE_INTERVAL: 20,
MAX_CAPTURE_INTERVAL: 1000,
MAX_CAPTURE_INTERVAL: 15000,
MIN_FPS: 1,
MAX_FPS: 50,
}
Expand Down

0 comments on commit a598454

Please sign in to comment.