| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.3.2 source code.tar.gz | 2026-08-01 | 609.3 kB | |
| 3.3.2 source code.zip | 2026-08-01 | 648.2 kB | |
| README.md | 2026-08-01 | 600 Bytes | |
| Totals: 3 Items | 1.3 MB | 0 | |
- Flush buffered stats in the worker shutdown hook. Fixes issue where recycled workers might drop some writes.
- Store the
FileLockfd per-thread. Under thread contention the shared fd was clobbered and released by the wrong thread, leaking a held flock and wedging every process using that storage path.FileHueywith the default thread workers deadlocked on first contention.