add full sync

This commit is contained in:
shenlong-tanwen
2024-09-02 02:16:47 +05:30
parent 877c3b028b
commit e81b61c98b
30 changed files with 333 additions and 179 deletions
@@ -3,6 +3,9 @@ import 'package:flutter/material.dart';
/// Log messages stored in the DB
const int kLogMessageLimit = 500;
/// Chunked asset sync size
const int kFullSyncChunkSize = 10000;
/// Headers
// Auth header
const String kImmichHeaderAuthKey = "x-immich-user-token";