Skip to content

Commit 71d696e

Browse files
authored
Revert "b/360833010 disable punch and stat collectives (#14974)" (#15700)
This reverts commit a2819ec.
1 parent 806b655 commit 71d696e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object/cli_mod.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ dc_obj_init(void)
186186
if (rc != 0)
187187
goto out_class;
188188

189-
obj_coll_thd = 0; /* Was OBJ_COLL_THD_MIN, restore when leak is fixed */
189+
obj_coll_thd = OBJ_COLL_THD_MIN;
190190
d_getenv_uint("DAOS_OBJ_COLL_THD", &obj_coll_thd);
191191
if (obj_coll_thd == 0) {
192192
D_INFO("Disable collective operation.\n");

0 commit comments

Comments
 (0)