Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test
Browse files Browse the repository at this point in the history
viciious committed May 27, 2024
1 parent 6371f4b commit dac82a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions defaults.go
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@ import "time"

const (
DefaultIndex = "primary"

DefaultConnectTimeout = time.Second
DefaultQueryTimeout = time.Second
)

var (
DefaultLimit = 250

DefaultConnectTimeout = time.Second
DefaultQueryTimeout = time.Second

DefaultReaderBufSize = 16 * 1024
DefaultWriterBufSize = 4 * 1024

0 comments on commit dac82a8

Please sign in to comment.