mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-26 22:48:48 -06:00
remove unused timeout from the dataprovider (see also cs3org/reva#2993)
This commit is contained in:
@@ -106,7 +106,6 @@ func StorageSystemFromStruct(cfg *config.Config) map[string]interface{} {
|
||||
"prefix": "data",
|
||||
"driver": cfg.Driver,
|
||||
"drivers": metadataDrivers(cfg),
|
||||
"timeout": 86400,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -49,7 +49,6 @@ func StorageUsersConfigFromStruct(cfg *config.Config) map[string]interface{} {
|
||||
"prefix": cfg.HTTP.Prefix,
|
||||
"driver": cfg.Driver,
|
||||
"drivers": UserDrivers(cfg),
|
||||
"timeout": 86400,
|
||||
"nats_address": cfg.Events.Addr,
|
||||
"nats_clusterID": cfg.Events.ClusterID,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user