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