Skip to content

Commit 8af0aac

Browse files
authored
GODRIVER-1938 update mongocryptd serverSelectionTimeout to 10 seconds (#659)
1 parent 0ecb074 commit 8af0aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/mongocryptd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
const (
22-
defaultServerSelectionTimeout = 1 * time.Second
22+
defaultServerSelectionTimeout = 10 * time.Second
2323
defaultURI = "mongodb://localhost:27020"
2424
defaultPath = "mongocryptd"
2525
serverSelectionTimeoutStr = "server selection error"

0 commit comments

Comments
 (0)