Skip to content

Commit

Permalink
Added 3ms pause after each scan on a link completes
Browse files Browse the repository at this point in the history
  • Loading branch information
tombui99 committed Apr 24, 2024
1 parent 4df257c commit fe1114c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/sswlinkauditor.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ func main() {
allUrls[status.url] = status
}

// Pause for 3 milliseconds before each job completes
time.Sleep(3 * time.Millisecond)

}

elapse := time.Since(start)
Expand Down

0 comments on commit fe1114c

Please sign in to comment.