]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: change default chunk size to 4MB
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 20 Jan 2017 20:03:54 +0000 (12:03 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 20 Jan 2017 20:03:54 +0000 (12:03 -0800)
Fixes: http://tracker.ceph.com/issues/18621
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/common/config_opts.h

index 04338d2ce7ff050fd7da3c20ee1aa4e3fa212547..41cfa7dd4abcff8354e97487fdbae9c9955a3884 100644 (file)
@@ -1365,7 +1365,7 @@ OPTION(rbd_mirror_image_state_check_interval, OPT_INT, 30) // interval to get im
 OPTION(nss_db_path, OPT_STR, "") // path to nss db
 
 
-OPTION(rgw_max_chunk_size, OPT_INT, 512 * 1024)
+OPTION(rgw_max_chunk_size, OPT_INT, 4 * 1024 * 1024)
 OPTION(rgw_max_put_size, OPT_U64, 5ULL*1024*1024*1024)
 
 /**