bun-types 1.3.4-canary.20251205T140731 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/serve.d.ts +2 -2
package/package.json
CHANGED
package/serve.d.ts
CHANGED
|
@@ -446,7 +446,7 @@ declare module "bun" {
|
|
|
446
446
|
closeOnBackpressureLimit?: boolean;
|
|
447
447
|
|
|
448
448
|
/**
|
|
449
|
-
* Sets the
|
|
449
|
+
* Sets the number of seconds to wait before timing out a connection
|
|
450
450
|
* due to no messages or pings.
|
|
451
451
|
*
|
|
452
452
|
* @default 120
|
|
@@ -758,7 +758,7 @@ declare module "bun" {
|
|
|
758
758
|
ipv6Only?: boolean;
|
|
759
759
|
|
|
760
760
|
/**
|
|
761
|
-
* Sets the
|
|
761
|
+
* Sets the number of seconds to wait before timing out a connection
|
|
762
762
|
* due to inactivity.
|
|
763
763
|
*
|
|
764
764
|
* @default 10
|