From: xie xingguo Date: Thu, 13 Oct 2016 06:40:37 +0000 (+0800) Subject: common/config_opts: comment nit X-Git-Tag: v11.1.0~650^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0721e84dc99a1938b15bd19184c2b90b9ca72792;p=ceph.git common/config_opts: comment nit Signed-off-by: xie xingguo --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 8e3c78fb9f0c..ec30f7e26f5f 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1530,7 +1530,7 @@ OPTION(rgw_torrent_createby, OPT_STR, "") // torrent field created by OPTION(rgw_torrent_comment, OPT_STR, "") // torrent field comment OPTION(rgw_torrent_encoding, OPT_STR, "") // torrent field encoding OPTION(rgw_torrent_origin, OPT_STR, "") // torrent origin -OPTION(rgw_torrent_sha_unit, OPT_INT, 512*1024) //torrent field piece length 521K +OPTION(rgw_torrent_sha_unit, OPT_INT, 512*1024) // torrent field piece length 512K // This will be set to true when it is safe to start threads. // Once it is true, it will never change.