Sha256: 265dd6a169833685b6cae200b777301743a2c1acc2d90b3c69372e6e4071b8b3
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# number of worker threads to spawn #threads=20 # size of the queue #stale_feed_queue_size=100 # seconds to wait before timing out a HTTP request request_timeout=90 # seconds to wait before querying the database for stale feeds #stale_thread_poll_interval=5 # minutes to wait before checking to see if a feed has new entries #feed_refresh_interval=60 # whether or not to log to file #log_file_prefix=recommender # discover new feeds provided by registered oai endpoints discover_oai_sets=true # import archived feed data from disk before requesting it across the wire import_archived_feed_data=false # request feeds across the wire from their servers harvest_from_wire=true # whether or not to log to console log_to_console=true # rails environment (default is production) rails_env=production # path to database.yml (default is ../../../../../shared/system/config/database.yml) db_yml=../../../../../shared/system/config/database.yml # amount of info to log # NEVER = 0; # CRITICAL = 1; # EXCEPTION = 2; # WARNING = 3; # STATUS = 4; # INFO = 5; # ALL = 10; debug_level=10
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
muck-raker-0.1.0 | raker/lib/aggregatord.properties |