mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-03-03 14:00:10 -05:00
[GitHub Actions] Updated linux-armv7 binaries
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -223,7 +223,7 @@ export interface WebSocketBehavior {
|
||||
idleTimeout?: number;
|
||||
/** What permessage-deflate compression to use. uWS.DISABLED, uWS.SHARED_COMPRESSOR or any of the uWS.DEDICATED_COMPRESSOR_xxxKB. Defaults to uWS.DISABLED. */
|
||||
compression?: CompressOptions;
|
||||
/** Maximum length of allowed backpressure per socket when publishing or sending messages. Slow receivers with too high backpressure will be skipped until they catch up or timeout. Defaults to 1024 * 1024. */
|
||||
/** Maximum length of allowed backpressure per socket when publishing or sending messages. Slow receivers with too high backpressure will be skipped until they catch up or timeout. Defaults to 64 * 1024. */
|
||||
maxBackpressure?: number;
|
||||
/** Whether or not we should automatically send pings to uphold a stable connection given whatever idleTimeout. */
|
||||
sendPingsAutomatically?: boolean;
|
||||
|
||||
@@ -1 +1 @@
|
||||
001af63e72d8f1e966a3bdbf6169d91584c42e1f
|
||||
02115158d9239e7f1b2dc886f6d0a1df7e964b3f
|
||||
|
||||
Reference in New Issue
Block a user