1
0
Fork 0

Workaround to fix bug where CPU at 100%

Commit b017d4d02f does not seem to work
This commit is contained in:
Chocobozzz 2023-11-24 18:10:19 +01:00
parent f3e9a38d7e
commit 11f40299c5
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ const WORKER_THREADS = {
},
SIGN_JSON_LD_OBJECT: {
CONCURRENCY: 1,
MAX_THREADS: Math.min(totalCPUs, 2)
MAX_THREADS: 1 // FIXME: we would want 2 threads but there is an issue with JSONLD in worker thread where CPU jumps and stays at 100%
},
BUILD_DIGEST: {
CONCURRENCY: 1,