Chore(booking-job): Increase threads
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user