This commit is contained in:
Kovid Goyal 2016-02-26 13:01:17 +05:30
parent 16577d448f
commit da2390cb05

View File

@ -53,7 +53,7 @@ raw_options = (
'compress_min_size', 1024, 'compress_min_size', 1024,
None, None,
_('Number of worker threads to use to process requests'), _('Number of worker threads used to process requests'),
'worker_count', 10, 'worker_count', 10,
None, None,
@ -106,7 +106,7 @@ raw_options = (
_('Enable/disable logging of not found http requests'), _('Enable/disable logging of not found http requests'),
'log_not_found', True, 'log_not_found', True,
_('By default, the server logs all HTTP requests for resources that are not found.' _('By default, the server logs all HTTP requests for resources that are not found.'
' Tis can generate a lot of log spam, if your server is targeted by bots.' ' This can generate a lot of log spam, if your server is targeted by bots.'
' Use this option to turn it off.'), ' Use this option to turn it off.'),
_('Enable/disable password based authentication to access the server'), _('Enable/disable password based authentication to access the server'),