Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/object/cli_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ dc_obj_init(void)
if (rc != 0)
goto out_class;

obj_coll_thd = 0; /* Was OBJ_COLL_THD_MIN, restore when leak is fixed */
obj_coll_thd = OBJ_COLL_THD_MIN;
d_getenv_uint("DAOS_OBJ_COLL_THD", &obj_coll_thd);
if (obj_coll_thd == 0) {
D_INFO("Disable collective operation.\n");
Expand Down
Loading