Skip to content

Commit

Permalink
chore: api timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zenghur committed Apr 11, 2020
1 parent a68f7dc commit 06d0b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

const (
apiTimeout = 30 * time.Second
apiTimeout = 10 * time.Second
)

func timeInMilli() int64 {
Expand Down

0 comments on commit 06d0b4e

Please sign in to comment.