Skip to content
Discussion options

You must be logged in to vote

OxiCloud runs a file‑system watcher by default - on Linux it uses inotify via the fsnotify package, on macOS FSEvents, and on Windows ReadDirectoryChangesW. When you modify, add, remove, or move a file/folder locally, the watcher emits an event, OxiCloud debounces rapid changes (default 500 ms), translates a move into a delete‑then‑add pair, and queues the corresponding upload/download or metadata update. If the watcher fails (e.g., on some network FS), it falls back to a periodic poll every 30 s, which you can adjust with the poll_interval setting in ~/.oxicloud/config.yaml.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@michnixweiss
Comment options

@itxashancode
Comment options

Answer selected by michnixweiss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants