Fine tuning skip range

This commit is contained in:
Deluan
2016-03-29 09:02:53 -04:00
parent 768764bea7
commit edcfd9dd61
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ import (
)
const (
minSkipped = time.Duration(5) * time.Second
maxSkipped = time.Duration(20) * time.Second
minSkipped = time.Duration(3) * time.Second
maxSkipped = time.Duration(10) * time.Second
)
type Scrobbler interface {