add raw filesize to db
This commit is contained in:
@@ -15,4 +15,5 @@ public class FileCache
|
||||
[Timestamp]
|
||||
public byte[] Timestamp { get; set; }
|
||||
public long Size { get; set; }
|
||||
public long RawSize { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user