mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
aquatic_ws: send responses for every event, wake mio for responses
This commit is contained in:
parent
de1a299f1e
commit
9af4e4663d
5 changed files with 54 additions and 24 deletions
|
|
@ -114,7 +114,7 @@ impl Default for NetworkConfig {
|
|||
tls_pkcs12_path: "".into(),
|
||||
tls_pkcs12_password: "".into(),
|
||||
poll_event_capacity: 4096,
|
||||
poll_timeout_microseconds: 1000,
|
||||
poll_timeout_microseconds: 200_000,
|
||||
websocket_max_message_size: 64 * 1024,
|
||||
websocket_max_frame_size: 16 * 1024,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue