Reduced time quantum for NOVA.

This commit is contained in:
Michael Mueller
2024-09-15 19:44:43 +02:00
parent 6e6c4411ce
commit e69d5847f2

View File

@@ -594,7 +594,7 @@ namespace Nova {
public:
enum { DEFAULT_QUANTUM = 10000, DEFAULT_PRIORITY = 64 };
enum { DEFAULT_QUANTUM = 1500, DEFAULT_PRIORITY = 64 };
Qpd(mword_t quantum = DEFAULT_QUANTUM,
mword_t priority = DEFAULT_PRIORITY)