Remove storage timeouts (#928)

* remove storage timeouts

* fix tests
This commit is contained in:
marpio
2018-11-16 22:00:08 +01:00
committed by Manu Gupta
parent 3061da5ee2
commit 4785e9c2b3
20 changed files with 32 additions and 103 deletions
-1
View File
@@ -2,7 +2,6 @@ package config
// MongoConfig specifies the properties required to use MongoDB as the storage backend
type MongoConfig struct {
TimeoutConf
URL string `validate:"required" envconfig:"ATHENS_MONGO_STORAGE_URL"`
CertPath string `envconfig:"ATHENS_MONGO_CERT_PATH"`
InsecureConn bool `envconfig:"ATHENS_MONGO_INSECURE"`