Skip to content

Commit ec8caef

Browse files
jmyrchaJulian Myrchadavidrohr
authored
o2-eve-export-workflow: change defaults for json file location and nu… (#9372)
* o2-eve-export-workflow: change defaults for json file location and number of stored files * Don't change default folder, it is set via env variable Co-authored-by: Julian Myrcha <jmyrcha@cern.ch> Co-authored-by: David Rohr <github@jwdt.org>
1 parent d130c3b commit ec8caef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EventVisualisation/Workflow/src/O2DPLDisplay.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void customize(std::vector<ConfigParamSpec>& workflowOptions)
5353
{"jsons-folder", VariantType::String, "jsons", {"name of the folder to store json files"}},
5454
{"eve-hostname", VariantType::String, "", {"name of the host allowed to produce files (empty means no limit)"}},
5555
{"eve-dds-collection-index", VariantType::Int, -1, {"number of dpl collection allowed to produce files (-1 means no limit)"}},
56-
{"number-of_files", VariantType::Int, 300, {"maximum number of json files in folder"}},
56+
{"number-of_files", VariantType::Int, 150, {"maximum number of json files in folder"}},
5757
{"number-of_tracks", VariantType::Int, -1, {"maximum number of track stored in json file (-1 means no limit)"}},
5858
{"time-interval", VariantType::Int, 5000, {"time interval in milliseconds between stored files"}},
5959
{"disable-mc", VariantType::Bool, false, {"disable visualization of MC data"}},

0 commit comments

Comments
 (0)