Raising the TTL for NowPlaying
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user