mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-03-14 05:46:26 -05:00
14 lines
192 B
TOML
14 lines
192 B
TOML
|
|
demoExpire = "24h"
|
|
|
|
[demo]
|
|
name = "comment"
|
|
proto = "tcp"
|
|
addr = "127.0.0.1:6389"
|
|
idle = 10
|
|
active = 10
|
|
dialTimeout = "1s"
|
|
readTimeout = "1s"
|
|
writeTimeout = "1s"
|
|
idleTimeout = "10s"
|