79120437

Date: 2024-10-24 05:21:14
Score: 0.5
Natty:
Report link

Elysia uses Bun.serve internally, and bun uses uWS internally which has default timeout of 10s as stated in the issue https://github.com/oven-sh/bun/issues/13392

You can pass idleTimeout option like .listen({idleTimeout: 30}) but you might need to upgrade the bun version to use them.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: NoThlnG