Skip to content

Commit

Permalink
Changed multiprocessing keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Feb 17, 2017
1 parent f4fff4f commit ec45849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findatapy/util/dataconstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class DataConstants(object):
# "thread" or "multiprocessing" (experimental!) library to use when downloading data
market_thread_technique = "thread"

multiprocessing_library = 'multiprocessing_on_dill' # 'multiprocessing_on_dill' or 'multiprocess'
multiprocessing_library = 'multiprocessing_on_dill' # 'multiprocessing_on_dill' or 'multiprocess' or 'multiprocessing'

# how many threads to use for loading external data (don't do too many on slow machines!)
# also some data sources will complain if you start too many parallel threads to call data!
Expand Down

0 comments on commit ec45849

Please sign in to comment.