Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 0245b24

Browse files
committed
give more RAM to the bind demo
1 parent 359bc82 commit 0245b24

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
@@ -740,7 +740,7 @@ fn test_tcp_bind_async() -> anyhow::Result<()> {
740740
})?;
741741
}
742742

743-
thread::Builder::new().stack_size(4096).spawn(move || {
743+
thread::Builder::new().stack_size(20000).spawn(move || {
744744
async_io::block_on(test_tcp_bind()).unwrap();
745745
})?;
746746

0 commit comments

Comments
 (0)