rework authentication and some other crap for optimizing sql parallelism

This commit is contained in:
Stanley Dimant
2022-07-10 17:20:30 +02:00
parent 9c63ce9c99
commit b9ac535836
14 changed files with 331 additions and 107 deletions

View File

@@ -8,7 +8,7 @@ namespace MareSynchronos.API
{
public class API
{
public const int Version = 3;
public const int Version = 4;
}
public class FilesHubAPI