Skip to content

Commit cb8781a

Browse files
1 parent 052e78f commit cb8781a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hyperactor_mesh/src/v1/proc_mesh.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ declare_attrs! {
7878
})
7979
pub attr ACTOR_SPAWN_MAX_IDLE: Duration = Duration::from_secs(30);
8080

81-
@meta(CONFIG_ENV_VAR = "HYPERACTOR_MESH_GET_ACTOR_STATE_MAX_IDLE".to_string())
81+
@meta(CONFIG = ConfigAttr {
82+
env_name: Some("HYPERACTOR_MESH_GET_ACTOR_STATE_MAX_IDLE".to_string()),
83+
py_name: None,
84+
})
8285
pub attr GET_ACTOR_STATE_MAX_IDLE: Duration = Duration::from_secs(30);
8386
}
8487

0 commit comments

Comments
 (0)