Skip to content

Commit 37ee162

Browse files
committed
bring down default duration from 4 to 2h
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
1 parent 0f5d302 commit 37ee162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func main() {
4747

4848
sch.Start()
4949

50-
d, err := time.ParseDuration("4h")
50+
d, err := time.ParseDuration("2h")
5151
if err != nil {
5252
log.Fatalf("Cannot parse duration Got: %v", err)
5353
}

0 commit comments

Comments
 (0)