Skip to content

Commit f258957

Browse files
committed
Test
1 parent 4da0cc7 commit f258957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defaults.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import "time"
55
const (
66
DefaultIndex = "primary"
77
DefaultLimit = 250
8-
)
98

10-
var (
119
DefaultConnectTimeout = time.Second
1210
DefaultQueryTimeout = time.Second
11+
)
1312

13+
var (
1414
DefaultReaderBufSize = 16 * 1024
1515
DefaultWriterBufSize = 4 * 1024
1616

0 commit comments

Comments
 (0)