I'd like to change the number of times my Saratoga site reloads / Resolved

When on my home page my site reloads every 10 seconds, but stops reloading after about a minute.
Is there a setting where I can adjust this?

Rick

www.MohawkValleyWeather.com

You can change that n http://www.mohawkvalleyweather.com/ajaxWDwx.js

var maxupdates = 12;	         // Maxium Number of updates allowed (set to zero for unlimited)
                             // maxupdates * reloadTime / 1000 = number of seconds to update

Thanks! That did the trick.