We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb327d commit fcebef7Copy full SHA for fcebef7
app/lib/search/backend.dart
@@ -96,7 +96,7 @@ class SearchBackend {
96
///
97
/// When other process has the claim, the loop waits a minute before
98
/// attempting to get the claim.
99
- Future<void> updateSnapshotInForeverLoop() async {
+ Future<Never> updateSnapshotInForeverLoop() async {
100
final lock = GlobalLock.create(
101
'$runtimeVersion/search/update-snapshot',
102
expiration: Duration(minutes: 20),
0 commit comments