Skip to content

Commit f25469a

Browse files
author
Dilawar Singh
committed
Default tick for Streamer is 10s.
1 parent 182b705 commit f25469a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scheduling/Clock.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,8 +1027,8 @@ void Clock::buildDefaultTick()
10271027
defaultDt_[16] = 0.1;
10281028
defaultDt_[17] = 0.1;
10291029
defaultDt_[18] = 1; // For tables for chemical calculations.
1030-
defaultDt_[19] = 1; // For Socket Streamer
1031-
defaultDt_[20] = 5; // For CSV Streamer
1030+
defaultDt_[19] = 1; // For Socket Streamer
1031+
defaultDt_[20] = 10; // For CSV Streamer
10321032

10331033
// 20-29 are not assigned.
10341034
defaultDt_[30] = 1; // For the HDF writer

0 commit comments

Comments
 (0)