mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Use part sizes correctly in multipart replication (#13061)
fixes #13057
This commit is contained in:
committed by
GitHub
parent
85dfb4351c
commit
6a7e22386e
@@ -93,7 +93,7 @@ function perform_test() {
|
||||
|
||||
rm -rf ${WORK_DIR}/${1}/*/
|
||||
|
||||
start_minio_3_node 60
|
||||
start_minio_3_node 120
|
||||
|
||||
rv=$(check_online)
|
||||
if [ "$rv" == "1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user