Delays between requests in wget
You can add the below code into your command line which adds a ten second wait in between server requests. -w 10 And you can also include –random-wait Into your command line with -w option which will vary the wait by 0.5 and 1.5 times the value you provide here.