diff options
-rw-r--r-- | config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.json b/config.json index 77884b9..467639e 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,8 @@ { "Frames": 1, + "Threads": 8, "RangeStart": 0, - "RangeEnd": 1000, + "RangeEnd": 10000, "LoadPath": "data/U_ALL.csv", "OutPath": "out_%d.csv" -} \ No newline at end of file +} |