Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch automatically closes and retries after 10 seconds #71

Open
svelterust opened this issue Oct 31, 2024 · 3 comments
Open

Fetch automatically closes and retries after 10 seconds #71

svelterust opened this issue Oct 31, 2024 · 3 comments

Comments

@svelterust
Copy link

When using this adapter with SvelteKit in production, bun run build then build ./build/index.js my fetch statements gets closed after 10 seconds and automatically retried which is undesireable.

In dev mode with bun --bun vite dev this doesn't happen. How can I change/configure this?

@svelterust
Copy link
Author

I have some longer running jobs that need 10-20 seconds from the backend.

@svelterust
Copy link
Author

Confirmed this only happens with svelte-adapter-bun, doesn't happen in the Node adapter.

@svelterust
Copy link
Author

oven-sh/bun#13392

Seems to be configurable, would be nice to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant