about summary refs log tree commit diff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json5
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
+}