Update Sync

This commit is contained in:
2026-08-25 21:30:00 +02:00
parent 7245196689
commit 5e16ebf1bf
5 changed files with 154 additions and 17 deletions
+2
View File
@@ -14,6 +14,8 @@ public static class SyncProtocol
{
public const string CurrentVersion = "1";
public const string VersionHeaderName = "X-LehrerApp-Sync-Version";
public const int PushBatchSize = 200;
public const int PullBatchSize = 500;
public static HttpRequestMessage CreateRequest(HttpMethod method, string requestUri)
{