We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff3408 commit a965aa8Copy full SHA for a965aa8
1 file changed
core/anything-server/src/main.rs
@@ -105,7 +105,8 @@ pub struct AppState {
105
workflow_broadcaster: websocket::WorkflowBroadcaster,
106
}
107
108
-#[tokio::main(flavor = "multi_thread", worker_threads = 1)]
+// #[tokio::main(flavor = "multi_thread", worker_threads = 1)]
109
+#[tokio::main]
110
async fn main() {
111
// Initialize tracing with OpenTelemetry
112
if let Err(e) = init_otel_grpc() {
0 commit comments