Open diogotcorreia opened 3 months ago
I mean when you use MySQL you can like download the hole database as a cache on a local file and then serve that file till a change was made to the database :Ö))
Or when uploading you can do the same thing create a local database and serve that :) and just slowly upload the db to host :)
That kinda defeats the purpose of a database in the first place :sweat_smile: And it's likely that most of your server will not work if the database is down anyway, so it shouldn't matter if Triton stops itself or something similar
Ik but that how most web app's do just save cache and server cache till some change :)
If Triton is configured to use MySQL and Triton is reloaded (e.g., through
/triton reload
), it will fallback to local storage if it can't connect to the database. This makes it seem like all translations are gone.This problem is exacerbated with the fact that if you download from TWIN after that, those translations will be saved to local storage instead and create two distinct storages.
There are a few things can be improved here: