Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/handlers/trackservers.q
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ SERVERS:@[value;`.servers.SERVERS;([]procname:`symbol$();proctype:`symbol$();hpu

enabled:@[value;`enabled;1b] // whether server tracking is enabled
CONNECTIONS:@[value;`CONNECTIONS;`] // the list of connections to make at start up
DISCOVERYREGISTER:@[value;`DISCOVERYREGISTER;1b] // whether to register with the discovery service
CONNECTIONSFROMDISCOVERY:@[value;`CONNECTIONSFROMDISCOVERY;1b] // whether to get connection details from the discovery service (as opposed to the static file)
DISCOVERYREGISTER:@[value;`DISCOVERYREGISTER;0b] // whether to register with the discovery service
CONNECTIONSFROMDISCOVERY:@[value;`CONNECTIONSFROMDISCOVERY;0b] // whether to get connection details from the discovery service (as opposed to the static file)
SUBSCRIBETODISCOVERY:@[value;`SUBSCRIBETODISCOVERY;1b] // whether to subscribe to the discovery service for new processes becoming available
DISCOVERYRETRY:@[value;`DISCOVERYRETRY;0D00:05] // how often to retry the connection to the discovery service. If 0, no connection is made
TRACKNONTORQPROCESS:@[value;`TRACKNONTORQPROCESS;0b] // whether to track and register non torQ processes
Expand Down
4 changes: 2 additions & 2 deletions config/settings/default.q
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ enabled:0b // prevent write access to clients if enabled
\d .servers
enabled:1b // whether server tracking is enabled
CONNECTIONS:`rdb`hdb // list of connections to make at start up
DISCOVERYREGISTER:1b // whether to register with the discovery service
CONNECTIONSFROMDISCOVERY:1b // whether to get connection details from the discovery service (as opposed to the static file).
DISCOVERYREGISTER:0b // whether to register with the discovery service
CONNECTIONSFROMDISCOVERY:0b // whether to get connection details from the discovery service (as opposed to the static file).
TRACKNONTORQPROCESS:1b // whether to track and register non torQ processes
NONTORQPROCESSFILE:hsym first .proc.getconfigfile["nontorqprocess.csv"] // non torQ processes file
SUBSCRIBETODISCOVERY:1b // whether to subscribe to the discovery service for new processes becoming available
Expand Down
2 changes: 1 addition & 1 deletion config/settings/segmentedchainedtickerplant.q
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ enabled:1b // switch on subscribercutoff

\d .servers
CONNECTIONS,:`segmentedtickerplant
CONNECTIONSFROMDISCOVERY:1b
CONNECTIONSFROMDISCOVERY:0b