This commit is contained in:
Kovid Goyal 2011-03-23 15:04:04 -06:00
parent 468ac27782
commit 1e13a749bd

View File

@ -714,7 +714,10 @@ def _prefs():
c.add_opt('read_file_metadata', default=True, c.add_opt('read_file_metadata', default=True,
help=_('Read metadata from files')) help=_('Read metadata from files'))
c.add_opt('worker_process_priority', default='normal', c.add_opt('worker_process_priority', default='normal',
help=_('The priority of worker processes')) help=_('The priority of worker processes. A higher priority '
'means they run faster and consume more resources. '
'Most tasks like conversion/news download/adding books/etc. '
'are affected by this setting.'))
c.add_opt('swap_author_names', default=False, c.add_opt('swap_author_names', default=False,
help=_('Swap author first and last names when reading metadata')) help=_('Swap author first and last names when reading metadata'))
c.add_opt('add_formats_to_existing', default=False, c.add_opt('add_formats_to_existing', default=False,