Skip to content

Commit 23926e8

Browse files
cmclarnon94eohara-di
authored andcommitted
Adding replayInterval to default params
1 parent 0e7ba6e commit 23926e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/common/datareplay.q

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ getTimers:{[params]
102102
// prarms[`tc] is the time column of the tables specified - Defualt `time
103103
// params[`timerfunc] is the timer function to use in timer messages - Default `.z.ts
104104
tablesToDataStream:{[params]
105-
defaults:`timer`h`syms`timerinterval`tc`timerfunc`where!(0b;0;`symbol$();`timespan$0n;`time;`.z.ts;());
105+
defaults:`timer`h`syms`replayinterval`timerinterval`tc`timerfunc`where!(0b;0;`symbol$();`timespan$0n;`timespan$0n;`time;`.z.ts;());
106106
params:defaults,params;
107107

108108
// check for default parameters `tabs`sts`ets

0 commit comments

Comments
 (0)