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:
parent
81d4d557f7
commit
e7ebcb16ac
3 changed files with 26 additions and 2 deletions
|
@ -55,7 +55,7 @@ export class UserExportModel extends SequelizeModel<UserExportModel> {
|
|||
error: string
|
||||
|
||||
@AllowNull(true)
|
||||
@Column
|
||||
@Column(DataType.BIGINT)
|
||||
size: number
|
||||
|
||||
@AllowNull(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue