philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Exilent statistics can take longer than the Discord interaction response time #68

Closed philpax closed 1 year ago

philpax commented 1 year ago

When the database is decently full, the Exilent stats query takes a while to execute - longer than the Discord interaction time. The interaction should immediately respond and the result should be edited in.

Also not sure what to do about potential database locking here. I fear a move to Postgres in the future...