1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Remove async-lru cache for jsonld

jsonld library has already a cache
This commit is contained in:
Chocobozzz 2023-11-28 17:35:28 +01:00
parent a5bdce80f6
commit c900788e59
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 10 additions and 37 deletions

View file

@ -988,7 +988,7 @@ const WORKER_THREADS = {
},
BUILD_DIGEST: {
CONCURRENCY: 1,
MAX_THREADS: Math.min(totalCPUs, 2)
MAX_THREADS: 1
}
}