hm
This commit is contained in:
parent
3a4f19f368
commit
5bfffce33b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public function backoff(): int
|
||||||
}
|
}
|
||||||
public function middleware(): array
|
public function middleware(): array
|
||||||
{
|
{
|
||||||
return [(new WithoutOverlapping($this->server->uuid))];
|
return [(new WithoutOverlapping($this->server->uuid))->dontRelease()];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function uniqueId(): int
|
public function uniqueId(): int
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue