You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Options:
33
33
--odm_path <path> Path to ODM's code (default: /code)
34
34
--log_level <logLevel> Set log level verbosity (default: info)
35
35
-d, --daemon Set process to run as a deamon
36
-
-q, --parallel_queue_processing <number> Number of simultaneous processing tasks (default: 2)
36
+
-q, --parallel_queue_processing <number> Number of simultaneous processing tasks (default: 1)
37
37
--cleanup_tasks_after <number> Number of minutes that elapse before deleting finished and canceled tasks (default: 2880)
38
38
--cleanup_uploads_after <number> Number of minutes that elapse before deleting unfinished uploads. Set this value to the maximum time you expect a dataset to be uploaded. (default: 2880)
39
39
--test Enable test mode. In test mode, no commands are sent to ODM. This can be useful during development or testing (default: false)
0 commit comments