Skip to content

Commit a965aa8

Browse files
committed
unlimited power
1 parent bff3408 commit a965aa8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/anything-server/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ pub struct AppState {
105105
workflow_broadcaster: websocket::WorkflowBroadcaster,
106106
}
107107

108-
#[tokio::main(flavor = "multi_thread", worker_threads = 1)]
108+
// #[tokio::main(flavor = "multi_thread", worker_threads = 1)]
109+
#[tokio::main]
109110
async fn main() {
110111
// Initialize tracing with OpenTelemetry
111112
if let Err(e) = init_otel_grpc() {

0 commit comments

Comments
 (0)