Skip to content

Commit e337b7b

Browse files
hasheddankartben
authored andcommitted
kernel: sched: default TIMESLICE_SIZE to 20
Sets the default for CONFIG_TIMESLICE_SIZE to 20 to approximate the historical clamping behavior that was removed in 405611d. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
1 parent 577a004 commit e337b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ config TIMESLICING
653653

654654
config TIMESLICE_SIZE
655655
int "Time slice size (in ms)"
656-
default 0
656+
default 20
657657
range 0 $(INT32_MAX)
658658
depends on TIMESLICING
659659
help

0 commit comments

Comments
 (0)