summaryrefslogtreecommitdiffstats
path: root/logd
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-12-19 16:06:16 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-12-20 05:10:52 +0000
commita00e560b0d8267e9b376e5c0e6a2139a7be63281 (patch)
treeba207915b8cac9fb92493cc103821f6cce9db31b /logd
parent05b58ac83b06b00ae97ecafad101e44d4dd76aee (diff)
Remove stacksize from the thread pools and thread executors.
Diffstat (limited to 'logd')
-rw-r--r--logd/src/tests/watcher/watcher_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/src/tests/watcher/watcher_test.cpp b/logd/src/tests/watcher/watcher_test.cpp
index b9199315c76..55ba720c0cb 100644
--- a/logd/src/tests/watcher/watcher_test.cpp
+++ b/logd/src/tests/watcher/watcher_test.cpp
@@ -129,7 +129,7 @@ public:
};
WatcherTest::WatcherTest()
- : _executor(1, 256_Ki)
+ : _executor(1)
{
remove_files();
setenv("VESPA_LOG_TARGET", "file:vespa.log", true);