mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
add raw filesize to db
This commit is contained in:
parent
c2cc8e28f8
commit
efe7fe98f2
6 changed files with 812 additions and 3 deletions
|
|
@ -15,4 +15,5 @@ public class FileCache
|
|||
[Timestamp]
|
||||
public byte[] Timestamp { get; set; }
|
||||
public long Size { get; set; }
|
||||
public long RawSize { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue