Adjust timing

This commit is contained in:
nemunaire 2018-12-16 16:18:38 +01:00
parent 1be401d519
commit 07ba7c6427

View File

@ -121,7 +121,7 @@ loop:
select{
case t := <-ticker.C:
if volume.Volume < 0 {
volume.Volume += 0.01
volume.Volume += 0.007
}
if t.Sub(launched) > 1 * time.Hour {
break loop