mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
chore: trying to fix windows memory leak
This commit is contained in:
parent
931d5242a1
commit
187bdaf75c
@ -138,6 +138,10 @@ class PlaylistQueries {
|
|||||||
(lastPageData.items?.length ?? 0) < 10 || lastPageData.isLast
|
(lastPageData.items?.length ?? 0) < 10 || lastPageData.isLast
|
||||||
? null
|
? null
|
||||||
: lastPage + 1,
|
: lastPage + 1,
|
||||||
|
retryConfig: RetryConfig.withConstantDefaults(
|
||||||
|
maxRetries: 1,
|
||||||
|
retryDelay: const Duration(seconds: 5),
|
||||||
|
),
|
||||||
ref: ref,
|
ref: ref,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user