Raising the TTL for NowPlaying

This commit is contained in:
Deluan
2016-03-17 17:35:10 -04:00
parent c4b660fce3
commit ab7e70017a

View File

@@ -2,7 +2,7 @@ package engine
import "time"
const NowPlayingExpire = time.Duration(30) * time.Minute
const NowPlayingExpire = time.Duration(60) * time.Minute
type NowPlayingInfo struct {
TrackId string