Sorry, I went to sleep. Glad you were able to sort it out 😄
Comment on [PSA] Watch for the antiyanks troll and consider adjusting your rate limits
BlueEther@lemmy.nz 2 days agoHi I think I set the messages too low as well and now no.lastname.nz is down, pointers on how to fix with no frontend?
Sal@mander.xyz 2 days ago
BlueEther@no.lastname.nz 2 days ago
All good, taught me again not to rely on chatGPT. I even said I needed to find the right BD table and field and it lead me down a rabbit hole of editing config/env files
Fuck AI
Sal@mander.xyz 1 day ago
Haha, yeah, trusting ChatGPT with how to manipulate the database and change config files is a risky move 😆 I did use it myself to remind me of the postgresql syntax to find and alter the field.
admiralpatrick@lemmy.world 2 days ago
If you have DB access, the values are in the
local_site_rate_limit
table. You’ll probably have to restart Lemmy’s API container to pick up any changes if you edit the values in the DB.BlueEther@lemmy.nz 2 days ago
Thanks:
UPDATE local_site_rate_limit SET message = 999, message_per_second = 999 WHERE local_site_id = 1;