mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08: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.