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:
parent
a5bdce80f6
commit
c900788e59
4 changed files with 10 additions and 37 deletions
|
@ -988,7 +988,7 @@ const WORKER_THREADS = {
|
|||
},
|
||||
BUILD_DIGEST: {
|
||||
CONCURRENCY: 1,
|
||||
MAX_THREADS: Math.min(totalCPUs, 2)
|
||||
MAX_THREADS: 1
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue