Skip to content

Commit 98aaa9f

Browse files
authored
Merge pull request #14 from AquaQAnalytics/bug_fix_segmented_connection
added connection to standard tickerplant only; fixed up whitespace
2 parents 3e97fb3 + cd166b4 commit 98aaa9f

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

appconfig/settings/rdb.q

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// Bespoke RDB config : Finance Starter Pack
1+
// Bespoke RDB config for TorQ Crypto
22

33
\d .rdb
4-
hdbdir:hsym`$getenv[`KDBHDB] //the location of the hdb directory
5-
reloadenabled:1b //if true, the RDB will not save when .u.end is called but
6-
//will clear it's data using reload function (called by the WDB)
7-
8-
hdbtypes:() //connection to HDB not needed
4+
hdbdir:hsym`$getenv[`KDBHDB] // the location of the hdb directory
5+
reloadenabled:1b // if true, the RDB will not save when .u.end is called but
6+
// will clear it's data using reload function (called by the WDB)
7+
tickerplanttypes:`tickerplant // connect to a standard tickerplant (not segemented)
8+
hdbtypes:() // connection to HDB not needed
99

1010
\d .servers
11-
CONNECTIONS:enlist `tickerplant
11+
CONNECTIONS:enlist `tickerplant // connect to tickerplant only

appconfig/settings/wdb.q

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
// Bespoke WDB config : Finance Starter Pack
1+
// Bespoke WDB config for TorQ Crypto
22

33
\d .wdb
4-
savedir:hsym `$getenv[`KDBWDB] // location to save wdb data
4+
savedir:hsym `$getenv[`KDBWDB] // location to save wdb data
55
hdbdir:hsym`$getenv[`KDBHDB] // move wdb database to different location
6-
sortslavetypes:() // WDB doesn't need to connect to sortslaves
6+
sortslavetypes:() // WDB doesn't need to connect to sortslaves
7+
tickerplanttypes:`tickerplant // connect to a standard tickerplant (not segemented)
78

89
\d .servers
910
CONNECTIONS:`tickerplant`sort`gateway`rdb`hdb

0 commit comments

Comments
 (0)