mirror of
https://github.com/immich-app/immich.git
synced 2025-11-20 08:42:35 +09:00
feat: network requirement option for upload (#20302)
* wifi toggle * feat: network requirement option for upload * chore: put back holding queue previous config numbers * options * backup option page * pr feedback
This commit is contained in:
@@ -91,10 +91,9 @@ Future<void> initApp() async {
|
||||
initializeTimeZones();
|
||||
|
||||
// Initialize the file downloader
|
||||
|
||||
await FileDownloader().configure(
|
||||
// maxConcurrent: 6, maxConcurrentByHost(server):6, maxConcurrentByGroup: 3
|
||||
globalConfig: (Config.holdingQueue, (1000, 1000, 1000)),
|
||||
globalConfig: (Config.holdingQueue, (6, 6, 3)),
|
||||
);
|
||||
|
||||
await FileDownloader().trackTasksInGroup(kDownloadGroupLivePhoto, markDownloadedComplete: false);
|
||||
|
||||
Reference in New Issue
Block a user