No probs :smiling face: , you need to change it on the server manually, because the config.hjson only gets copied during the initial ansible setup. So on the server goto /lemmy/lemmy.hjson and add that block.
Is this response hardcoded in or is it supposed to be using the new settings I setup?
{“error”:“Too many requests. type: Post, IP: ap ip address, 6 per 600 seconds”}
No probs :smiling face: , you need to change it on the server manually, because the config.hjson only gets copied during the initial ansible setup. So on the server goto
/lemmy/lemmy.hjson
and add that block.Word. Thanks!
no probs.
Is rebooting sufficient to load the new settings? Or should I run a command or something? I still get a 600 second limit
Response of Creating Post: <Response [500]> {“error”:“Too many requests. type: Post, IP: myip, 6 per 600 seconds”}
sudo docker-compose restart
should be enough, after you’ve added the rate limit block tolemmy.hjson
.Is this response hardcoded in or is it supposed to be using the new settings I setup? {“error”:“Too many requests. type: Post, IP: ap ip address, 6 per 600 seconds”}
Nope, they’re not hardcoded. Give me the
lemmy.hjson
on your server.