Skip to content
Snippets Groups Projects
Commit e176f93c authored by Moe Jette's avatar Moe Jette
Browse files

Make default block size bo 8 * 64k

parent 677746ee
No related branches found
No related tags found
No related merge requests found
...@@ -212,8 +212,6 @@ static void _bcast_file(void) ...@@ -212,8 +212,6 @@ static void _bcast_file(void)
if (params.block_size if (params.block_size
&& (size_block >= params.block_size)) && (size_block >= params.block_size))
break; break;
if ((params.block_size== 0) && (i >= 4))
break;
} }
send_rpc(&bcast_msg, alloc_resp); send_rpc(&bcast_msg, alloc_resp);
if (bcast_msg.last_block) if (bcast_msg.last_block)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment