Nick Burch - 2005-01-27

Logged In: YES
user_id=157622

If you look in src/net/matuschek/spider/WebRobot.java, you'll see:

Thread.currentThread().sleep(sleepTime*1000);

Since the Thread sleep method takes miliseconds, and JoBob chucks in
the 1000 modifier, the SleepTime parameter must be in seconds