@@ -113,7 +113,7 @@ func main() {
log.Printf("Error loading state: %v\n", err)
}
app := &App{
pool: NewGrainLocalPool(1000, 5*time.Minute, spawn),
pool: NewGrainLocalPool(65535, 5*time.Minute, spawn),
storage: storage,
The note is not visible to the blocked user.