Commit 1bd3f557 authored by Federico Vaga's avatar Federico Vaga

tool: reduce default buffer size to 1000000 TS

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 7772edf2
......@@ -220,7 +220,7 @@ int main(int argc, char **argv)
struct fmctdc_time *ts;
int channels[FMCTDC_NUM_CHANNELS];
int chan_count = 0, i, n, ch, fd, n_ts, ret, n_boards;
int nblock = 0, buflen = 5000000;
int nblock = 0, buflen = 1000000;
enum fmctdc_buffer_mode bufmode = FMCTDC_BUFFER_FIFO;
int n_samples = -1;
unsigned int n_show = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment