mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 17:07:22 +01:00
potentially fix stuck uploads
This commit is contained in:
parent
20d8970a15
commit
fe80faab6b
7 changed files with 577 additions and 21 deletions
|
|
@ -11,6 +11,7 @@ public class FileCache
|
|||
public string UploaderUID { get; set; }
|
||||
public User Uploader { get; set; }
|
||||
public bool Uploaded { get; set; }
|
||||
public DateTime UploadDate { get; set; }
|
||||
[Timestamp]
|
||||
public byte[] Timestamp { get; set; }
|
||||
public long Size { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue