increase max concurrent deliveries to 20

This commit is contained in:
Ted Unangst 2019-08-05 20:40:03 -04:00
parent 073e9db255
commit d6e536fed6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func sayitagain(goarounds int, username string, rcpt string, msg []byte) {
}
var trucksout = 0
var maxtrucksout = 10
var maxtrucksout = 20
var garagelock sync.Mutex
var garagebell = sync.NewCond(&garagelock)