@donkeylabs/server 2.0.6 → 2.0.7
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/src/server.ts +1 -0
package/package.json
CHANGED
package/src/server.ts
CHANGED
|
@@ -1278,6 +1278,7 @@ ${factoryFunction}
|
|
|
1278
1278
|
Bun.serve({
|
|
1279
1279
|
port: currentPort,
|
|
1280
1280
|
fetch: fetchHandler,
|
|
1281
|
+
idleTimeout: 255, // Max value (255 seconds) for SSE/long-lived connections
|
|
1281
1282
|
});
|
|
1282
1283
|
// Update the actual port we're running on
|
|
1283
1284
|
this.port = currentPort;
|