We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7ba6e commit 23926e8Copy full SHA for 23926e8
code/common/datareplay.q
@@ -102,7 +102,7 @@ getTimers:{[params]
102
// prarms[`tc] is the time column of the tables specified - Defualt `time
103
// params[`timerfunc] is the timer function to use in timer messages - Default `.z.ts
104
tablesToDataStream:{[params]
105
- defaults:`timer`h`syms`timerinterval`tc`timerfunc`where!(0b;0;`symbol$();`timespan$0n;`time;`.z.ts;());
+ defaults:`timer`h`syms`replayinterval`timerinterval`tc`timerfunc`where!(0b;0;`symbol$();`timespan$0n;`timespan$0n;`time;`.z.ts;());
106
params:defaults,params;
107
108
// check for default parameters `tabs`sts`ets
0 commit comments