app/controllers/umlaut_configurable.rb in umlaut-4.0.0.beta2 vs app/controllers/umlaut_configurable.rb in umlaut-4.0.0.beta3

- old
+ new

@@ -12,12 +12,10 @@ included do class_attribute :umlaut_config helper_method :umlaut_config self.umlaut_config = Confstruct::Configuration.new - - end @@ -111,10 +109,10 @@ # 'true' or shortname of a service type. skip_resolve_menu false # How many seconds between updates of the background updater for background # services? - poll_wait_seconds 3 + poll_wait_seconds 2.2 # The FIRST AJAX callback for bg tasks should be much quicker. So we # get any bg tasks that executed nearly instantaneously, and on page # refresh when bg is really all loaded on back-end, but still needs JS to # fetch it. initial_poll_wait_seconds 0.300