Changed formatting

pull/58/head
Sheng 2019-01-10 22:54:11 +08:00
parent 918ec0ef91
commit 28f45bd9a6
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ define('fbidhttp', type=bool, default=True,
define('xheaders', type=bool, default=True, help='Support xheaders')
define('xsrf', type=bool, default=True, help='CSRF protection')
define('cows', type=int, default=0, help='Cross origin websocket, '
'0: matches host name and port number'
'1: matches primary domain only'
'0: matches host name and port number, '
'1: matches primary domain only, '
'?: matches nothing, allow all cross-origin websockets')
define('wpintvl', type=int, default=0, help='Websocket ping interval')
define('maxconn', type=int, default=20, help='Maximum connections per client')