Setting the size of the ipc pipe buffers is not mandatory, ref #614

This commit is contained in:
emeric
2025-02-16 13:16:06 +01:00
parent 768c7ede6c
commit 923c632878
4 changed files with 42 additions and 17 deletions
+2 -1
View File
@@ -20,7 +20,6 @@
#pragma once
#include <chrono>
#include <initializer_list>
#include <optional>
#include <span>
#include <sstream>
@@ -120,4 +119,6 @@ namespace lms::core::stringUtils
// to "[minutes:seconds.milliseconds]"
std::string formatTimestamp(std::chrono::milliseconds timestamp);
std::string systemErrorToString(int err);
} // namespace lms::core::stringUtils