larger pools
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m50s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m50s
This commit is contained in:
BIN
data/4.prot
BIN
data/4.prot
Binary file not shown.
2
main.go
2
main.go
@@ -113,7 +113,7 @@ func main() {
|
|||||||
log.Printf("Error loading state: %v\n", err)
|
log.Printf("Error loading state: %v\n", err)
|
||||||
}
|
}
|
||||||
app := &App{
|
app := &App{
|
||||||
pool: NewGrainLocalPool(1000, 5*time.Minute, spawn),
|
pool: NewGrainLocalPool(65535, 5*time.Minute, spawn),
|
||||||
storage: storage,
|
storage: storage,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user