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 ba2a023 commit 549b464Copy full SHA for 549b464
monarch_hyperactor/src/config.rs
@@ -16,5 +16,5 @@ use hyperactor::attrs::declare_attrs;
16
// Declare monarch-specific configuration keys
17
declare_attrs! {
18
/// Use a single asyncio runtime for all Python actors, rather than one per actor
19
- pub attr SHARED_ASYNCIO_RUNTIME: bool = false;
+ pub attr SHARED_ASYNCIO_RUNTIME: bool = true;
20
}
0 commit comments