mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Disconnect the client if the output buffer fills up
This commit is contained in:
parent
17833cd9d2
commit
8b92796a5c
2 changed files with 12 additions and 7 deletions
|
@ -161,7 +161,7 @@ func (s *scanner) RescanAll(ctx context.Context, fullRescan bool) error {
|
|||
return ErrAlreadyScanning
|
||||
}
|
||||
isScanning.Set(true)
|
||||
defer func() { isScanning.Set(false) }()
|
||||
defer isScanning.Set(false)
|
||||
|
||||
defer s.cacheWarmer.Flush(context.Background())
|
||||
var hasError bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue