Change default port as we replace gophersrv

This commit is contained in:
Juhani Haverinen 2016-08-03 01:14:58 +03:00
parent 3b353910f1
commit 11754b56e3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ default_config.charset = 'utf-8'
default_config.fallback_mimetype = 'application/octet-stream'
default_config.gopher_root = pathlib.Path(os.environ['HOME']) / 'gopher'
default_config.max_threads = 8192
default_config.port = 7777
default_config.port = 7070
default_config.recognised_selectors = ['0', '1', '5', '9', 'g', 'h', 'I', 's']
default_config.request_max_size = 8192
default_config.socket_timeout = 1