mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
fix(server): throttle events sent to UI when scanning. Relates to #1511
See also: https://github.com/navidrome/navidrome/issues/1186#issuecomment-1554818537
This commit is contained in:
parent
76614b8f16
commit
80acfc103f
4 changed files with 20 additions and 6 deletions
1
go.mod
1
go.mod
|
@ -51,6 +51,7 @@ require (
|
|||
golang.org/x/image v0.20.0
|
||||
golang.org/x/sync v0.8.0
|
||||
golang.org/x/text v0.18.0
|
||||
golang.org/x/time v0.6.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue