mirror of
https://github.com/immich-app/immich.git
synced 2026-04-24 18:19:51 -04:00
enable retries
This commit is contained in:
parent
d394587ca6
commit
5e8157e890
@ -59,7 +59,6 @@ void main() async {
|
||||
ProviderScope(
|
||||
overrides: [driftProvider.overrideWith(driftOverride(drift))],
|
||||
// Never retry any provider
|
||||
retry: (retryCount, error) => null,
|
||||
child: const MainWidget(),
|
||||
),
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user