Small tweak.

This commit is contained in:
Dongryeol Lee
2011-02-04 20:03:18 +00:00
parent 7222edcc3d
commit 970ba8169f
@@ -177,11 +177,11 @@ bool DistributedKde<DistributedTableType>::ConstructBoostVariableMap_(
"The size of the memory mapped file."
)(
"max_num_levels_to_serialize_in",
boost::program_options::value<int>()->default_value(20),
boost::program_options::value<int>()->default_value(15),
"The number of levels of subtrees to serialize at a given moment."
)(
"max_num_work_to_dequeue_per_stage_in",
boost::program_options::value<int>()->default_value(1),
boost::program_options::value<int>()->default_value(5),
"The number of work items to dequeue per process."
);