1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +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

@ -55,7 +55,7 @@ export class UserExportModel extends SequelizeModel<UserExportModel> {
error: string
@AllowNull(true)
@Column
@Column(DataType.BIGINT)
size: number
@AllowNull(false)