We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc0cb3 commit 9a493eeCopy full SHA for 9a493ee
main.go
@@ -60,7 +60,7 @@ func main() {
60
ctx, cancel := context.WithCancel(context.Background())
61
defer cancel()
62
63
- WarmVMs := make(chan runningFirecracker, 1)
+ WarmVMs := make(chan runningFirecracker, 10)
64
65
go fillVMPool(ctx, WarmVMs)
66
installSignalHandlers()
0 commit comments