diff --git a/python/configure-datastream.py b/python/configure-datastream.py index 2132cefa..2c6ba1e9 100644 --- a/python/configure-datastream.py +++ b/python/configure-datastream.py @@ -27,9 +27,8 @@ def create_ds_confs_daily(conf, today, tomorrow): "output_file_type" : "csv", }, "run" : { - "verbose" : False, - "collect_stats" : True, - "proc_threads" : 2 + "verbose" : True, + "collect_stats" : True } }