mirror of
https://github.com/navidrome/navidrome.git
synced 2026-09-23 03:35:27 -04:00
* chore: ensure that all durations are nonnegative * make sure you actually include the test file * test(conf): use non-zero durations in the valid_duration fixture Zero is the boundary between the accepted and rejected ranges, so it passes even if the guard is off by one. 1s exercises an ordinary value. --------- Co-authored-by: Deluan <deluan@navidrome.org>
13 lines
369 B
TOML
13 lines
369 B
TOML
SessionTimeout = "1s"
|
|
SmartPlaylistRefreshDelay = "1s"
|
|
UIPlaybackReportInterval = "1s"
|
|
AuthWindowLength = "1s"
|
|
DefaultShareExpiration = "1s"
|
|
Scanner.WatcherWait = "1s"
|
|
DevActivityPanelUpdateRate = "1s"
|
|
DevArtworkThrottleBacklogTimeout = "1s"
|
|
DevArtistInfoTimeToLive = "1s"
|
|
DevAlbumInfoTimeToLive = "1s"
|
|
DevInsightsInitialDelay = "1s"
|
|
DevPluginCompilationTimeout = "1s"
|