We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052e78f commit 05972a7Copy full SHA for 05972a7
hyperactor_mesh/src/v1/proc_mesh.rs
@@ -78,7 +78,10 @@ declare_attrs! {
78
})
79
pub attr ACTOR_SPAWN_MAX_IDLE: Duration = Duration::from_secs(30);
80
81
- @meta(CONFIG_ENV_VAR = "HYPERACTOR_MESH_GET_ACTOR_STATE_MAX_IDLE".to_string())
+ @meta(CONFIG = ConfigAttr {
82
+ env_name: Some("HYPERACTOR_MESH_GET_ACTOR_STATE_MAX_IDLE".to_string()),
83
+ py_name: None,
84
+ })
85
pub attr GET_ACTOR_STATE_MAX_IDLE: Duration = Duration::from_secs(30);
86
}
87
0 commit comments