Clocks
Clocks
@RyanTheAllmighty With this commit I note some unused functions https://github.com/ATLauncher/ATLauncher/pull/851/commits/bad84e8d742d8918b5cae9e2fa5a0fd97c080eea What shall happen to them? Removal?
> Merge without squashing? You sure? My main worry was commit history getting icky with such a big commit. > I'll have to take a good look at this one...
> I'll have to take a good look at this one as it makes me nervous to change something so crucial to the function of the app, I'll try to...
Will be done again later.
I think this would be smart too. I think SQLite would work well for ATLauncher, and we can build the architecture (#606) for it fairly quickly. What do you think?
> I'd be happy to use sqlite, but need to know what sort of bloat that is going to add into the built executables. > > I assume it's not...
While it might have been an issue at Modrinth, I still think its important to find a solution. If a server asks an application to slow down, a slow down...
@RyanTheAllmighty Once this passes CI, I will merge it as there is nothing outstanding here.
@RyanTheAllmighty I completely forgot about this, do you approve?
I've seen this happened in other programs too. The way to solve it is to forcefully kill a process, using `kill -9 PID`