Sha256: a17a236215c52cdc21ca80c055a1f56a60c14914e9defe3812122b79c68df8dc
Contents?: true
Size: 1.48 KB
Versions: 10
Compression:
Stored size: 1.48 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=30 # 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=osmoharvester # pairs to consider when calculating recommendations; default is 200 #pairs_to_consider=200 # maximum number of recommendations to calculate; default is 20 #max_recommendations=20 # smtp server to use to email admin of results #smtp_server= # email address to send reports to #admin_email= # only harvest 2000 new entries #test_mode=false # harvest before running recommendations #harvest=true # redo all recommendations #redo_recommendations=false # reindex all of the entries in the DB #reindex_all=false # solr home directory (default is config/solr) #solr_dir=c:/projects/oerrecommender/config/solr/ #solr_dir=config/solr # rails environment (default is development) #rails_env=development # path to database.yml (default is config/database.yml) #db_yml=config/database.yml # whether or not to log to console (default is false) #log_to_console=true # amount of info to log (default is critical) # NEVER = 0; # CRITICAL = 1; # EXCEPTION = 2; # WARNING = 3; # STATUS = 4; # INFO = 5; # ALL = 10; #debug_level=1
Version data entries
10 entries across 10 versions & 1 rubygems