Limit the number of pooled objects

This commit is contained in:
Jarred Sumner
2022-02-01 20:47:35 -08:00
parent 170e58a99d
commit 213960a04a
12 changed files with 61 additions and 14 deletions

View File

@@ -958,6 +958,7 @@ pub const ZigConsoleClient = struct {
}
}.init,
true,
16,
);
};