1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Fix big user export file size

This commit is contained in:
Chocobozzz 2024-05-16 11:15:57 +02:00
parent 81d4d557f7
commit e7ebcb16ac
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 26 additions and 2 deletions

View file

@ -45,7 +45,7 @@ import { cpus } from 'os'
// ---------------------------------------------------------------------------
const LAST_MIGRATION_VERSION = 835
const LAST_MIGRATION_VERSION = 840
// ---------------------------------------------------------------------------