DC changing timeout "This operation seems to be taking a long time"

The default is 10 seconds. To change it to 60 seconds, enter in the Ruby Console …

DCProgressBar.const_set("DEFAULT_TIME_LIMIT",60.0)

Then the next time a DC is redrawn it will use the new limit setting.

1 Like