mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 22:44:14 +01:00
move GetFileSize to database
This commit is contained in:
parent
de2defe692
commit
31550b0aeb
8 changed files with 572 additions and 40 deletions
|
|
@ -13,4 +13,5 @@ public class FileCache
|
|||
public bool Uploaded { get; set; }
|
||||
[Timestamp]
|
||||
public byte[] Timestamp { get; set; }
|
||||
public long Size { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue