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