A very specific (probably event-trigger related) bug in the review UI.
If I type a number into the review limit field and click refresh session, it won’t use the new setting. However, if I click somewhere else in the UI before refreshing the session, it will work.
Browser: Firefox 145.0.2 (current version)
Click settings

Type a number in the review queue limit

Click Refresh session

=> nothing happens, the queue length is the old number
However
Click settings

Type a number in the review queue limit

Click anywhere else on the queue settings UI to remove focus from the Limit input field

Click Refresh session

=> it works, the queue length is now your new setting
According to the developer tools, leaving the input field (by clicking somewhere else) fires the following XHR request which is otherwise not fired, this is likely the issue
PATCH https://api.bunpro.jp/api/frontend/user
{"user":{"review_setting_limit":50}}




