add write coalescing

This commit is contained in:
Nystik
2026-05-09 13:02:25 +02:00
parent cee5ec6b6e
commit ff88ab288c
6 changed files with 224 additions and 10 deletions

View File

@@ -116,6 +116,7 @@ volumes:
| `OBSIDIAN_VERSION` | Obsidian version to download | `1.12.4` |
| `PUID` | User ID for file ownership | `1000` |
| `PGID` | Group ID for file ownership | `1000` |
| `WRITE_COALESCE_MS` | Debounce window (ms) for rapid writes. Useful for slow filesystems (rclone, NFS, SMB). Set to `0` to disable. | `5000` |
## Contributing