This commit is contained in:
@ -104,6 +104,8 @@ export class Database {
|
||||
return this.#rules;
|
||||
}
|
||||
|
||||
public connections = 0;
|
||||
|
||||
private locks = new DocumentLock();
|
||||
public collectionLocks = new DocumentLock();
|
||||
|
||||
|
Reference in New Issue
Block a user