File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
55hdbdir : 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
910CONNECTIONS : `tickerplant`sort`gateway`rdb`hdb
You can’t perform that action at this time.
0 commit comments