Skip to content

Commit

Permalink
remove process throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Jan 4, 2024
1 parent 2aa9c26 commit 2d7636a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/configure-datastream.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 2d7636a

Please sign in to comment.