From a00e560b0d8267e9b376e5c0e6a2139a7be63281 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 19 Dec 2022 16:06:16 +0000 Subject: Remove stacksize from the thread pools and thread executors. --- fnet/src/examples/timeout/timeout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnet/src/examples/timeout/timeout.cpp') diff --git a/fnet/src/examples/timeout/timeout.cpp b/fnet/src/examples/timeout/timeout.cpp index 70e9a1498c7..41de852d48c 100644 --- a/fnet/src/examples/timeout/timeout.cpp +++ b/fnet/src/examples/timeout/timeout.cpp @@ -54,7 +54,7 @@ MyApp::main(int, char **) ms_double ms; clock::time_point t; FNET_PacketQueue queue; - FastOS_ThreadPool pool(65000); + FastOS_ThreadPool pool; FNET_Transport transport; Timeout timeout(transport.GetScheduler(), &queue); transport.Start(&pool); -- cgit v1.2.3