Single file transfer (#26)
* move to single file transfer for server * fix cache get --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
namespace MareSynchronosStaticFilesServer.Utils;
|
||||
|
||||
public record UserRequest(Guid RequestId, string User, string FileId);
|
||||
public record UserRequest(Guid RequestId, string User, List<string> FileIds);
|
||||
|
||||
Reference in New Issue
Block a user