Reduced default quantum for NOVA threads to improve responsiveness of networking stack.

This commit is contained in:
Michael Mueller
2025-06-03 15:23:52 +02:00
parent c296076d7d
commit 6c7283b711

View File

@@ -1087,7 +1087,7 @@ namespace Tukija {
public:
enum { DEFAULT_QUANTUM = 10000, DEFAULT_PRIORITY = 64 };
enum { DEFAULT_QUANTUM = 1000, DEFAULT_PRIORITY = 64 };
Qpd(mword_t quantum = DEFAULT_QUANTUM,
mword_t priority = DEFAULT_PRIORITY)