mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
don't close client
This commit is contained in:
parent
1dbac30993
commit
3946e8c0b2
1 changed files with 0 additions and 2 deletions
|
|
@ -101,8 +101,6 @@ class SyncApiRepository {
|
|||
} catch (error, stack) {
|
||||
_logger.severe("Error processing stream", error, stack);
|
||||
return Future.error(error, stack);
|
||||
} finally {
|
||||
_client.close();
|
||||
}
|
||||
stopwatch.stop();
|
||||
_logger.info("Remote Sync completed in ${stopwatch.elapsed.inMilliseconds}ms");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue