6 ms·
Yeah someone submitted a PR for those to be fixed, I'm just wary about restarting the server because I haven't setup a way to be able to reboot without losing t
by mayeaux 4y ago
Yeah someone submitted a PR for those to be fixed, I'm just wary about restarting the server because I haven't setup a way to be able to reboot without losing the websockets
Well those inputs should all error unless they are a valid value.
Yes if nothing is input it will automatically detect the language based on the first 30s of input
- Namidairo 4y agoI wasn't even aware that it was on GitHub, which I suppose is an issue in itself.
- TheBrokenRail 4y ago> I'm just wary about restarting the server because I haven't setup a way to be able to reboot without losing the websockets Wait what. Not being able to safely restart the server sounds like a disaster waiting to happen.
- mayeaux 4y agoThis was just a personal project a couple hours ago so it's not setup properly to do safe reboots and a lot of other things, I was just using it locally and now it's in in the wild, will take some time to get everything refined and professional
- bergenty 4y agoIsn’t this very expensive to host? Are you aware this could cost A LOT?
- jazzyjackson 4y agoin another comment they state: > I'm just running this off of a 2x RTX A6000 server on Vast.ai at the moment, about $1.30/h whether that's a lot is a matter of perspective
- jazzyjackson 4y ago> losing the websockets users would lose the session and have to start over, not the end of the world
- mayeaux 4y agoI'm not even using sessions just localstorage and websockets lol.