Skip to content

Commit

Permalink
common/config_opt: comment nit
Browse files Browse the repository at this point in the history
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
  • Loading branch information
xiexingguo committed Oct 9, 2016
1 parent 20f6615 commit ea80ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/config_opts.h
Expand Up @@ -1531,7 +1531,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.
Expand Down

0 comments on commit ea80ce6

Please sign in to comment.