freyacodes / archived-bot

A Discord music bot serving music in over 3 million discord servers
https://fredboat.com/docs
MIT License
488 stars 207 forks source link

Fix persistent queues #139

Open freyacodes opened 7 years ago

freyacodes commented 7 years ago

We have a persistent queue system, only that's it's broken and thus disabled.

I'm thinking of rewriting this, but with an SQL table instead of the filesystem. Thoughts?

schnapster commented 7 years ago

I say throw stuff at the database and see what it can handle. With the current setup I'm only worried about memory. This is Java, you always worry about memory in Java.

freyacodes commented 7 years ago

If memory becomes a problem we can probably live with just 32 connections.