mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-10 06:42:53 +01:00
comment
This commit is contained in:
parent
41a461edbe
commit
2926f68d8e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export class FetchInstanceMetadataService {
|
|||
public async fetchInstanceMetadata(instance: MiInstance, force = false): Promise<void> {
|
||||
const host = instance.host;
|
||||
|
||||
// unlockされてしまうのでtry内でロックチェックをしない
|
||||
// finallyでunlockされてしまうのでtry内でロックチェックをしない
|
||||
if (!force && await this.tryLock(host) === '1') {
|
||||
// 1が返ってきていたらロックされているという意味なので、何もしない
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue