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.
2 parents 74e966d + 1158be1 commit b4abac5Copy full SHA for b4abac5
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