Skip to content

Commit 29c7431

Browse files
committed
Add back retry delay for crudMutex
1 parent 3a75258 commit 29c7431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync/lib/src/streaming_sync.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class StreamingSyncImplementation {
209209
_updateStatus(uploading: false);
210210
}
211211
}
212-
});
212+
}, timeout: retryDelay);
213213
}
214214

215215
Future<String> getWriteCheckpoint() async {

0 commit comments

Comments
 (0)