1
0
Fork 0

Increase default num workers

This commit is contained in:
Gregory Eremin 2015-10-27 03:56:41 +03:00
parent 61041dbd1b
commit 7432c5e0d8
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ type task struct {
}
const (
DefaultNumWorkers = 10
DefaultNumWorkers = 100
)
// Summon creates a new instance of Satan.