set flag count to 128

This commit is contained in:
2024-10-15 13:59:49 +03:00
parent 283793a2ae
commit 368c25125a
4 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ func main() {
cfg := engine.Config{
Root: "root",
OutputSize: uint32(size),
FlagCount: uint32(16),
FlagCount: uint32(128),
}
if engineDebug {