Dhfs-app: don't crash too late (never)

This commit is contained in:
2025-04-24 19:46:41 +02:00
parent 89d87095c8
commit 060ab1767d

View File

@@ -156,14 +156,14 @@ public class LazyFs {
"op=\"write\"\n" +
"file=\"" + mdbPath() + "\"\n" +
"persist=[1,4]\n" +
"occurrence=10");
"occurrence=3");
}
public void startTornSeq() {
start("[[injection]]\n" +
"type=\"torn-op\"\n" +
"file=\"" + mdbPath() + "\"\n" +
"occurrence=10\n" +
"occurrence=3\n" +
"parts=3 #or parts_bytes=[4096,3600,1260]\n" +
"persist=[1,3]");
}