test
This commit is contained in:
parent
f0d6f108f5
commit
b3247eaa0a
@ -146,9 +146,11 @@ func SQLJobWorker(id int) {
|
||||
if len(jobs) > 0 {
|
||||
log.Printf("SQLJobWorker["+strconv.Itoa(id)+"] : %d jobs.\n", len(jobs))
|
||||
}
|
||||
for _, j := range jobs {
|
||||
/*
|
||||
for _, j := range jobs {
|
||||
|
||||
}
|
||||
}
|
||||
*/
|
||||
if len(jobs) < SQLJobSliceSize {
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user