0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

ircd:Ⓜ️:init::backfill: More checks for interruption of loops.

This commit is contained in:
Jason Volk 2019-09-09 11:34:18 -07:00
parent 0862263204
commit 3e694d50cf

View file

@ -411,7 +411,7 @@ try
}
++attempted;
return true;
return !ctx::interruption_requested();
});
if(attempted - ssize_t(fail.size()) > 0L)