Source release 17.1.2

This commit is contained in:
John "Juce" Bruce
2023-06-23 15:37:42 -07:00
parent a10f13a2dc
commit 2baa7c6e2b
353 changed files with 12903 additions and 2305 deletions

View File

@@ -37,7 +37,7 @@ using HttpHeaderFields = std::map<std::string, std::string>;
constexpr const int kHttpOk = 200;
const std::string kCencMimeType = "cenc";
constexpr const auto kMaxThreadExecutionTime = std::chrono::seconds(30);
constexpr const auto kMaxThreadExecutionTime = std::chrono::seconds(60);
constexpr const auto kMinimumWait = std::chrono::nanoseconds(1);
constexpr const int kRepetitions = 10;