mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 19:34:16 +01:00
use longlength
This commit is contained in:
parent
efe7fe98f2
commit
cad235eb1f
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ public class ServerFilesController : ControllerBase
|
|||
UploaderUID = MareUser,
|
||||
Size = compressedMungedStream.Length,
|
||||
Uploaded = true,
|
||||
RawSize = data.Length
|
||||
RawSize = data.LongLength
|
||||
}).ConfigureAwait(false);
|
||||
await _mareDbContext.SaveChangesAsync().ConfigureAwait(false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue