mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
Kernel: Increase default time slice to 20ms.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
//#define LOG_EVERY_CONTEXT_SWITCH
|
||||
//#define SCHEDULER_DEBUG
|
||||
|
||||
static const dword time_slice = 5; // *10 = 50ms
|
||||
static const dword time_slice = 20; // *1ms
|
||||
|
||||
Process* current;
|
||||
Process* g_last_fpu_process;
|
||||
|
||||
Reference in New Issue
Block a user