phelix001 to Lemmy Support · 4 years agoIs there a way to remove the max 10 posts per 600 seconds limit, maybe per user?message-squaremessage-square9fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareIs there a way to remove the max 10 posts per 600 seconds limit, maybe per user?phelix001 to Lemmy Support · 4 years agomessage-square9fedilinkfile-text
minus-squarephelix001OPlinkfedilinkarrow-up1·4 years agoIs 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”}
minus-squareDessalinesMAlinkfedilinkarrow-up1·4 years agosudo docker-compose restart should be enough, after you’ve added the rate limit block to lemmy.hjson.
minus-squarephelix001OPlinkfedilinkarrow-up1·4 years agoIs 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”}
minus-squareDessalinesMAlinkfedilinkarrow-up1·4 years agoNope, they’re not hardcoded. Give me the lemmy.hjson on your server.
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.