Skip to content

Commit

Permalink
Revert "b/360833010 disable punch and stat collectives (#14974)"
Browse files Browse the repository at this point in the history
This reverts commit a2819ec.
  • Loading branch information
jolivier23 committed Oct 29, 2024
1 parent 03639cb commit 396923e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 396923e

Please sign in to comment.