corretto un bug nella funzione <exit>. Aggiunta l'opzione MaxError per uscire nel caso di superamento numero errori su mongo

This commit is contained in:
Miki 2015-11-24 12:28:22 +01:00
parent 98b1858329
commit 31b3c5d14d
5 changed files with 10 additions and 3 deletions

View file

@ -64,4 +64,6 @@ func producer(id int) {
logins: logs,
}
}
done[id] <- true
}