Change Controller's default update-limit to 1
If Controller.run_as_update()'s update_limit
parameter is zero, the method will attempt to iteratively update up to an infinite number of update intervals (i.e., endtime-starttime) back in time. Sometimes this is desirable, usually not.
The default command line parameter is currently set to zero, and should be changed to 1. The relevant portion of Controller.py is: