mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
change: Increase logging level of lock expiry.
This commit is contained in:
parent
baf68889f9
commit
1d08f463f6
@ -45,7 +45,7 @@ export class WrappedExpiringLock extends EventEmitter implements ExpiringLock {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async expire(): Promise<void> {
|
private async expire(): Promise<void> {
|
||||||
this.logger.verbose(`Lock expired after ${this.expiration}ms`);
|
this.logger.warn(`Lock expired after ${this.expiration}ms`);
|
||||||
this.emit('expired');
|
this.emit('expired');
|
||||||
try {
|
try {
|
||||||
await this.innerLock.release();
|
await this.innerLock.release();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user