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

Make default block size for sbcast be 252k.

parent de193859
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,8 @@ static void _bcast_file(void)
if (params.block_size
&& (size_block >= params.block_size))
break;
if ((params.block_size== 0) && (i >= 4))
break;
}
send_rpc(&bcast_msg, alloc_resp);
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