mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +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) {
|
} catch (error, stack) {
|
||||||
_logger.severe("Error processing stream", error, stack);
|
_logger.severe("Error processing stream", error, stack);
|
||||||
return Future.error(error, stack);
|
return Future.error(error, stack);
|
||||||
} finally {
|
|
||||||
_client.close();
|
|
||||||
}
|
}
|
||||||
stopwatch.stop();
|
stopwatch.stop();
|
||||||
_logger.info("Remote Sync completed in ${stopwatch.elapsed.inMilliseconds}ms");
|
_logger.info("Remote Sync completed in ${stopwatch.elapsed.inMilliseconds}ms");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue