larger pools
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m50s

This commit is contained in:
matst80
2024-11-11 17:00:56 +01:00
parent c6c3d06d8f
commit ef0583d70a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -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,
} }