Optimize thread scheduling and pausing

This commit is contained in:
momo5502
2025-06-07 14:20:19 +02:00
parent cb9fadde12
commit f3b20da9cc
2 changed files with 9 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
#include "network/static_socket_factory.hpp"
constexpr auto MAX_INSTRUCTIONS_PER_TIME_SLICE = 100000;
constexpr auto MAX_INSTRUCTIONS_PER_TIME_SLICE = 0x20000;
namespace
{