Skip to content

Commit 77de611

Browse files
committed
flavor
Signed-off-by: Jess Frazelle <[email protected]>
1 parent 3b19a55 commit 77de611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub struct Server {
151151
pub address: String,
152152
}
153153

154-
#[tokio::main(flavor = "multi_thread", worker_threads = 128)]
154+
#[tokio::main]
155155
async fn main() -> Result<()> {
156156
let opts: Opts = Opts::parse();
157157

0 commit comments

Comments
 (0)