kaiobash-server / hypercorn.toml
Silicon Valley - Admin
Enhance session management and Dockerfile for improved performance and security
362d092
raw
history blame
437 Bytes
# Hypercorn configuration file
# Server binding options
bind = "0.0.0.0:7860"
workers = 1
# Websocket settings
websocket_ping_interval = 20
websocket_max_message_size = 16777216
# Logging configuration
accesslog = "-"
errorlog = "-"
loglevel = "INFO"
# Configuraciones de seguridad
h11_max_incomplete_size = 16384
keep_alive_timeout = 5
graceful_timeout = 10
# Configuraciones de rendimiento
worker_class = "asyncio"
backlog = 2048