Skip to content

Commit

Permalink
remove typo from batch start file (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
eointeague authored Apr 4, 2022
1 parent 9b6a177 commit c49487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_torq_demo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ timeout 2
REM launch the tickerplant, rdb, hdb
start "segmentedtickerplant" q torq.q -load code/processes/segmentedtickerplant.q -schemafile database.q -tplogdir %KDBTPLOG% -proctype segmentedtickerplant -procname stp1 -U appconfig/passwords/accesslist.txt -localtime
start "rdb" q torq.q -load code/processes/rdb.q -proctype rdb -procname rdb1 -U appconfig/passwords/accesslist.txt -localtime -g 1 -T 180
start "segmentedchainedtp" q torq.q -load code/processes/segmentedtickerplannt.q -proctype segmentedchainedtickerplant -procname sctp1 -U appconfig/passwords/accesslist.txt -localtime -parentproctype segmentedtickerplant
start "segmentedchainedtp" q torq.q -load code/processes/segmentedtickerplant.q -proctype segmentedchainedtickerplant -procname sctp1 -U appconfig/passwords/accesslist.txt -localtime -parentproctype segmentedtickerplant
start "hdb1" q torq.q -load %KDBHDB% -proctype hdb -procname hdb1 -U appconfig/passwords/accesslist.txt -localtime -g 1 -w 4000
start "hdb2" q torq.q -load %KDBHDB% -proctype hdb -procname hdb2 -U appconfig/passwords/accesslist.txt -localtime -g 1 -w 4000

Expand Down

0 comments on commit c49487d

Please sign in to comment.