mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd:Ⓜ️:init::backfill: More checks for interruption of loops.
This commit is contained in:
parent
0862263204
commit
3e694d50cf
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ try
|
|||
}
|
||||
|
||||
++attempted;
|
||||
return true;
|
||||
return !ctx::interruption_requested();
|
||||
});
|
||||
|
||||
if(attempted - ssize_t(fail.size()) > 0L)
|
||||
|
|
Loading…
Reference in a new issue