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 c6639d3 commit 1158be1Copy full SHA for 1158be1
packages/powersync-sdk-common/src/client/AbstractPowerSyncDatabase.ts
@@ -493,7 +493,6 @@ export abstract class AbstractPowerSyncDatabase extends BaseObserver<PowerSyncDB
493
494
/**
495
* Open a read-only transaction.
496
- * TODO: Up to maxReaders read transactions can run concurrently. After that, read transactions are queued.
497
* Read transactions can run concurrently to a write transaction.
498
* Changes from any write transaction are not visible to read transactions started before it.
499
*/
0 commit comments