chore: trying to fix windows memory leak

This commit is contained in:
Kingkor Roy Tirtho 2023-08-31 21:27:07 +06:00 committed by GitHub
parent 931d5242a1
commit 187bdaf75c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,10 @@ class PlaylistQueries {
(lastPageData.items?.length ?? 0) < 10 || lastPageData.isLast
? null
: lastPage + 1,
retryConfig: RetryConfig.withConstantDefaults(
maxRetries: 1,
retryDelay: const Duration(seconds: 5),
),
ref: ref,
);
}