Skip to content

Commit 1f6cd27

Browse files
committed
Test
1 parent 11811b0 commit 1f6cd27

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

defaults.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ import "time"
55
const (
66
DefaultIndex = "primary"
77

8+
DefaultConnectTimeout = time.Second
9+
DefaultQueryTimeout = time.Second
810
)
911

1012
var (
1113
DefaultLimit = 250
1214

13-
DefaultConnectTimeout = time.Second
14-
DefaultQueryTimeout = time.Second
15-
1615
DefaultReaderBufSize = 16 * 1024
1716
DefaultWriterBufSize = 4 * 1024
1817

0 commit comments

Comments
 (0)