git-hulk opened a new pull request, #2186:
URL: https://github.com/apache/kvrocks/pull/2186

   Currently, the config's finish method will set a default value
   for the pidfile and backup_dir, and it will cause them to be rewritten
   into the config file.
   
   Before applying this patch, it will generate two new lines
   at end of the file while rewriting:
   
   ```
   pidfile /tmp/kvrocks/kvrocks.pid
   backup_dir /tmp/kvrocks/backup
   ```
   
   


-- 
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]

Reply via email to