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

An issue and a solution (tunnel timeouts) #1162

Open
0wwafa opened this issue Oct 13, 2024 · 1 comment
Open

An issue and a solution (tunnel timeouts) #1162

0wwafa opened this issue Oct 13, 2024 · 1 comment

Comments

@0wwafa
Copy link

0wwafa commented Oct 13, 2024

When using --remotetunnel, sometimes the tunnels timeout on inactivity.

Solution add something like this in the web client:

setInterval(async ()=>await fetch("/api/v1/model").then(r=>r.text()),20000);

@LostRuins
Copy link
Owner

You can probably add a third party script to do that. But it's more likely an issue with your network setup, other people don't have a problem

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

2 participants