Tune defaults

This commit is contained in:
9seconds
2021-04-02 21:58:22 +03:00
parent 7bffdcdf4a
commit 5d5b77d73b
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ package timeattack
import "time"
const (
DefaultDuration = time.Second
DefaultDuration = 5 * time.Second
)