This commit is contained in:
Kovid Goyal 2016-09-15 08:50:54 +05:30
parent b41426373e
commit b7a0bdf4fe

View File

@ -32,7 +32,7 @@ def server_config(defaults=None):
c.add_opt('username', ['--username'], default='calibre',
help=_('Username for access. By default, it is: %default'))
c.add_opt('develop', ['--develop'], default=False,
help=_('Development mode. Server automatically restarts on file changes and serves code files (html, css, js) from the file system instead of calibre\'s resource system.')) # noqa
help=_('Development mode. Server logs to stdout, with more verbose logging and has much lower timeouts.')) # noqa
c.add_opt('max_cover', ['--max-cover'], default='600x800',
help=_('The maximum size for displayed covers. Default is %default.'))
c.add_opt('max_opds_items', ['--max-opds-items'], default=30,