Server endpoints goroutine refactor #69
1 changed files with 18 additions and 15 deletions
|
@ -141,6 +141,9 @@ func MakeDefaultTestArgs() *Args {
|
||||||
PrometheusPort: DefaultPrometheusPort,
|
PrometheusPort: DefaultPrometheusPort,
|
||||||
NotifierPort: DefaultNotifierPort,
|
NotifierPort: DefaultNotifierPort,
|
||||||
JSONRPCPort: DefaultJSONRPCPort,
|
JSONRPCPort: DefaultJSONRPCPort,
|
||||||
|
JSONRPCHTTPPort: 50002,
|
||||||
|
MaxSessions: DefaultMaxSessions,
|
||||||
|
SessionTimeout: DefaultSessionTimeout,
|
||||||
EsIndex: DefaultEsIndex,
|
EsIndex: DefaultEsIndex,
|
||||||
RefreshDelta: DefaultRefreshDelta,
|
RefreshDelta: DefaultRefreshDelta,
|
||||||
CacheTTL: DefaultCacheTTL,
|
CacheTTL: DefaultCacheTTL,
|
||||||
|
|
Loading…
Reference in a new issue