- Retyr RD 502 errors
- Fix issues with re-inserted torrents bugging out - Fix version.txt - Massive improvements in importing times - Fix issues with config.json resetting - Fix other minor issues
This commit is contained in:
@@ -182,7 +182,7 @@ func startServices(ctx context.Context) error {
|
||||
safeGo(func() error {
|
||||
err := svc.Repair.Start(ctx)
|
||||
if err != nil {
|
||||
_log.Error().Err(err).Msg("Error during repair")
|
||||
_log.Error().Err(err).Msg("Error starting repair")
|
||||
}
|
||||
return nil // Not propagating repair errors to terminate the app
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user