Chore(booking-job): Increase threads
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good

This commit is contained in:
2022-10-01 00:22:20 +08:00
parent 0f50ddfeb7
commit 38b86e8b79

View File

@@ -200,7 +200,7 @@ func (env *Env) startBooking(job *Booking, username string, password string, cre
contact := job.Contact
reverse := job.BackToSg
threadCount := 10
threadCount := 15
for i := 0; i < threadCount; i++ {
time.Sleep(time.Millisecond * 100)
go func() {