Skip to content

Commit 1158be1

Browse files
authored
Update packages/powersync-sdk-common/src/client/AbstractPowerSyncDatabase.ts
1 parent c6639d3 commit 1158be1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/powersync-sdk-common/src/client/AbstractPowerSyncDatabase.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ export abstract class AbstractPowerSyncDatabase extends BaseObserver<PowerSyncDB
493493

494494
/**
495495
* Open a read-only transaction.
496-
* TODO: Up to maxReaders read transactions can run concurrently. After that, read transactions are queued.
497496
* Read transactions can run concurrently to a write transaction.
498497
* Changes from any write transaction are not visible to read transactions started before it.
499498
*/

0 commit comments

Comments
 (0)