mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-25 15:53:09 -06:00
Redefine NoExternalListener
This commit is contained in:
parent
4454dde876
commit
bcef86b64b
|
|
@ -81,6 +81,7 @@ const HTTPServerTimeout = time.Minute * 5
|
||||||
const HTTPClientTimeout = time.Second * 30
|
const HTTPClientTimeout = time.Second * 30
|
||||||
|
|
||||||
const NoInternalListener = ""
|
const NoInternalListener = ""
|
||||||
|
const NoExternalListener = ""
|
||||||
|
|
||||||
// NewBaseDendrite creates a new instance to be used by a component.
|
// NewBaseDendrite creates a new instance to be used by a component.
|
||||||
// The componentName is used for logging purposes, and should be a friendly name
|
// The componentName is used for logging purposes, and should be a friendly name
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue