1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Update server dependencies

This commit is contained in:
Chocobozzz 2024-06-21 14:32:25 +02:00
parent 4ff7880584
commit a722194809
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 2988 additions and 2702 deletions

View file

@ -1,5 +1,5 @@
import { join } from 'path'
import Piscina from 'piscina'
import { Piscina } from 'piscina'
import { JOB_CONCURRENCY, WORKER_THREADS } from '@server/initializers/constants.js'
import type httpBroadcast from './workers/http-broadcast.js'
import type downloadImage from './workers/image-downloader.js'