You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/09/05 06:15:52 UTC

[GitHub] [incubator-kvrocks] torwig commented on a diff in pull request #809: If unix socket is specified, don't listen default TCP if addr:port wasn't set

torwig commented on code in PR #809:
URL: https://github.com/apache/incubator-kvrocks/pull/809#discussion_r962513221


##########
src/config.cc:
##########
@@ -44,6 +44,8 @@ const char *errNotEnableBlobDB = "Must set rocksdb.enable_blob_files to yes firs
 const char *errNotSetLevelCompactionDynamicLevelBytes =
             "Must set rocksdb.level_compaction_dynamic_level_bytes yes first.";
 
+const char *kDefaultBindAddress = "0.0.0.0";

Review Comment:
   @ShooterIT Ok. However, the comment in config file states that: 
   
   `By default kvrocks listens for connections from all the network interfaces available on the server.`
   
   Should I change the related comment?



-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org