From 7fc92158eeb7685026b04ce67d341a026d773790 Mon Sep 17 00:00:00 2001
From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com>
Date: Thu, 14 Dec 2023 13:29:57 -0500
Subject: [PATCH] Update schemas/dandi-upload.schema.ts
---
schemas/dandi-upload.schema.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schemas/dandi-upload.schema.ts b/schemas/dandi-upload.schema.ts
index 50f109f1d..49f82623d 100644
--- a/schemas/dandi-upload.schema.ts
+++ b/schemas/dandi-upload.schema.ts
@@ -14,7 +14,7 @@ Object.assign(idSchema, {
})
const additionalSettings = schema.properties.additional_settings.properties as any
-additionalSettings.number_of_jobs.description = additionalSettings.number_of_threads.description = '⚠️ Setting this value has resulted in unpreditable behaviors (runaway processes, segmentation errors, etc.) on several systems'
+additionalSettings.number_of_jobs.description = additionalSettings.number_of_threads.description = '⚠️ Setting this value to more than 1 has resulted in unpredictable behaviors (runaway processes, segmentation faults, etc.) on several systems'
const setReady: any = {}