Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed May 27, 2024
1 parent 4da0cc7 commit f258957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import "time"
const (
DefaultIndex = "primary"
DefaultLimit = 250
)

var (
DefaultConnectTimeout = time.Second
DefaultQueryTimeout = time.Second
)

var (
DefaultReaderBufSize = 16 * 1024
DefaultWriterBufSize = 4 * 1024

Expand Down

0 comments on commit f258957

Please sign in to comment.