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
|
contact := job.Contact
|
||||||
reverse := job.BackToSg
|
reverse := job.BackToSg
|
||||||
|
|
||||||
threadCount := 10
|
threadCount := 15
|
||||||
for i := 0; i < threadCount; i++ {
|
for i := 0; i < threadCount; i++ {
|
||||||
time.Sleep(time.Millisecond * 100)
|
time.Sleep(time.Millisecond * 100)
|
||||||
go func() {
|
go func() {
|
||||||
|
|||||||
Reference in New Issue
Block a user