Raising the TTL for NowPlaying
This commit is contained in:
parent
c4b660fce3
commit
ab7e70017a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ package engine
|
||||||
|
|
||||||
import "time"
|
import "time"
|
||||||
|
|
||||||
const NowPlayingExpire = time.Duration(30) * time.Minute
|
const NowPlayingExpire = time.Duration(60) * time.Minute
|
||||||
|
|
||||||
type NowPlayingInfo struct {
|
type NowPlayingInfo struct {
|
||||||
TrackId string
|
TrackId string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue