mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
ircd::aio: No need to post more than one chaser at a time.
This commit is contained in:
parent
08c940d0df
commit
97880281f8
1 changed files with 3 additions and 0 deletions
|
@ -471,6 +471,9 @@ noexcept try
|
|||
return;
|
||||
}
|
||||
|
||||
if(count > 1)
|
||||
return;
|
||||
|
||||
++sem[0];
|
||||
ircd::post([]
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue