construct: Ensure nobackfill when -wa (i.e. -single / -safe).

This commit is contained in:
Jason Volk 2022-06-16 20:04:25 -07:00
parent 4fb0251d55
commit 71e7bb364b
1 changed files with 3 additions and 0 deletions

View File

@ -524,7 +524,10 @@ applyargs()
}
if(write_avoid)
{
ircd::write_avoid.set("true");
nobackfill = true;
}
if(debugmode)
ircd::debugmode.set("true");