Can’t troubleshoot when I have to keep waiting forever.
I tried adding,
“middleware”: {
“brute”: {
“enabled”: false,
“freeRetries”: 50,
“minWait”: 1000,
“maxWait”: 5000,
“lifetime”: 3600
}
},
I searched the forum for this question and found this answer:
Look at the default config file linked there to find out how to structure your config file.
I also recommend re-enabling to prevent a brute-force takeover of your blog.
Perhaps helpful to anyone having the issue I faced around this feature.