Skip to content

0.7.0 - Sync debounce, Mime-type guessing#17

Merged
shawnrushefsky merged 4 commits into
mainfrom
sync-debounce
Nov 6, 2025
Merged

0.7.0 - Sync debounce, Mime-type guessing#17
shawnrushefsky merged 4 commits into
mainfrom
sync-debounce

Conversation

@shawnrushefsky
Copy link
Copy Markdown
Contributor

  • Adds an optional debounce to filewatcher events to prevent overly frequent uploads of frequently updated files. It is disabled by default, but can be enabled by setting the FILE_WATCHER_DEBOUNCE_MS environment variable.
  • Guesses mime-type from file extension when uploading files. Defaults to application/octet-stream. Resolves Guess mimetype for uploads #12
  • Assorted resiliency improvements in the file watcher

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 6, 2025

🚀 Download the latest release candidate 🚀

@SaladTechnologies SaladTechnologies deleted a comment from github-actions Bot Nov 6, 2025
@shawnrushefsky shawnrushefsky merged commit 29666f9 into main Nov 6, 2025
1 check passed
@shawnrushefsky shawnrushefsky deleted the sync-debounce branch November 6, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Guess mimetype for uploads

2 participants