Comment on [PSA] Watch for the antiyanks troll and consider adjusting your rate limits
admiralpatrick@lemmy.world 2 days agoIf 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;