Skip to content

Commit

Permalink
Kernel: Increase default time slice to 20ms.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Feb 7, 2019
1 parent dc7f257 commit ee2bb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ee2bb98

Please sign in to comment.