lib/umlaut_configurable.rb in umlaut-3.0.0alpha9 vs lib/umlaut_configurable.rb in umlaut-3.0.0alpha10
- old
+ new
@@ -70,10 +70,13 @@
# Referent filters. Sort of like SFX source parsers.
# hash, key is regexp to match a sid, value is filter object
# (see lib/referent_filters )
add_referent_filters!( :match => /.*/, :filter => DissertationCatch.new )
+
+ # Create a permalink short URL for every request?
+ create_permalinks true
# skip_resolve_menu can be used to control 'direct' linking, skipping
# the resolve menu to deliver a full text link or other resource
# directly to the user.
# Possible values:
@@ -203,9 +206,15 @@
sfx_load_ignore_hosts []
end
# Output timing of service execution to logs
log_service_timing (Rails.env == "development")
+
+ # Execute service wave concurrently with threads?
+ # Set to false to execute serially one after the other with
+ # no threads instead. At this point, believed only useful
+ # for debugging and analysis.
+ threaded_service_wave true
#####
# Pieces of content on a Resolve page can be declaritively configured.
# Here are the defaults. You can add new elements to the resolve_sections