khakers
khakers
I wrote a web app for modmail that supports some of this, you can find it at https://github.com/khakers/modmail-viewer
From a quick look at the code, it doesn't seem like the database is involved at all aside from when the bot pulls the config at launch
Should also add, this issue (#3131) seemed to have been timezone related (and not size) so you might want to make a new one.
BTW, if you just want to have a docker image for arm, you don't need to change the dockerfile, the current one (in the past, at least) builds on arm...
No as I said, you just need to build the image on your machine. The python:3.10 image is a multiplatform one with support for linux/arm64/v8. You do not need to...
The current problems as I can recall them: Uses an older CUDA version (11.8) due to errors in whisper.cpp builds with the newer version (I think the next release will...
@Jdance-Media I think this would be a great section to have present especially with the general lack of information of RocketMod/LDM. Unfortunately it's not something that I expect to be...
Setting sqlite into WAL mode might help alleviate this issue somewhat since you can get read concurrency. https://www.sqlite.org/wal.html