]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/lib/local-actor.ts
Introduce worker threads to process remote images
authorChocobozzz <me@florianbigard.com>
Fri, 24 Jun 2022 14:31:32 +0000 (16:31 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 24 Jun 2022 14:31:48 +0000 (16:31 +0200)
commitc53853ca1b8e32aea5259d436d3d284b9d178919
treedfb081e7fb471ca4b75fd67eabd3216cc6b33129
parent2873f00bd89d8f1b5f88614415f8142a5c2065c3
Introduce worker threads to process remote images
package.json
server/controllers/lazy-static.ts
server/helpers/requests.ts
server/initializers/constants.ts
server/lib/local-actor.ts
server/lib/thumbnail.ts
server/lib/worker/parent-process.ts [new file with mode: 0644]
server/lib/worker/workers/image-downloader.ts [new file with mode: 0644]
yarn.lock