vmware-archive / common

Common Go packages
Apache License 2.0
1 stars 9 forks source link

datastore: add timeout option and set default for mgo connection #3

Closed prydonius closed 6 years ago

prydonius commented 6 years ago

Previously, there was no default, causing the connection to hang indefinitely and fail. This adds a default of 30 seconds, and provides the caller with the option to set a specific timeout.

fixes https://github.com/helm/monocular/issues/551