Add connections stats
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm
2020-12-11 18:00:14 +01:00
parent fcf8845664
commit f45746984f
3 changed files with 5 additions and 2 deletions

View File

@ -104,6 +104,8 @@ export class Database {
return this.#rules;
}
public connections = 0;
private locks = new DocumentLock();
public collectionLocks = new DocumentLock();