sergey-safarov opened a new issue, #5841: URL: https://github.com/apache/couchdb/issues/5841
### Version unknown ### Describe the problem you're encountering In the `couchdb` logs I see messages like > Replicator, request PUT to "http://127.0.0.1:5984/xxxxx/yyyyy?new_edits=false" failed due to error {error,req_timedout} It looks like here typo. `req_timedout` need to be replaced by `req_timeout`. ### Expected Behaviour req_timedout in log message need to be replaced by req_timeout ### Steps to Reproduce _No response_ ### Your Environment _No response_ ### Additional Context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
