mirror of
https://github.com/restic/rest-server.git
synced 2026-09-26 14:01:21 -07:00
The repo.Handler is freshly instantiated for every request such that it forget that the fsync warning was already printed. Use a single instance in the Server instead.