I did look at the script to make sure they would be suitable. I read somewhere the script values were in centi-seconds.
When I updated the script to use precision timing, I also increased the resolution to milli-seconds. That was probably a mistake.
If you want to revert to the timing described in that article, change line 573 in the current script from :
set_remote_timing(1000)
to
set_remote_timing(10000)
Update : for backwards compatability, and with some reluctance, I've updated the downloadable version of the script to use centiseconds rather than milliseconds (while still using the new high precision timing)