out * 1 hour
This commit is contained in:
@@ -112,7 +112,7 @@ func getAverageTimeInSecond(averageTimeInSecond float64, start time.Time, end *t
|
||||
fromAverageDuration := after.Sub(now).Seconds()
|
||||
var tEnd time.Time
|
||||
if end == nil {
|
||||
tEnd = start.Add(1 * time.Hour)
|
||||
tEnd = start.Add(5 * time.Minute)
|
||||
} else {
|
||||
tEnd = *end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user