mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 21:15:14 +00:00
Kernel: Increase default time slice to 20ms.
This commit is contained in:
parent
dc7f257c01
commit
ee2bb98b88
Notes:
sideshowbarker
2024-07-19 15:50:15 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ee2bb98b880
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue