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>
This commit is contained in:
parent
577a004b32
commit
e337b7b65d
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ config TIMESLICING
|
||||||
|
|
||||||
config TIMESLICE_SIZE
|
config TIMESLICE_SIZE
|
||||||
int "Time slice size (in ms)"
|
int "Time slice size (in ms)"
|
||||||
default 0
|
default 20
|
||||||
range 0 $(INT32_MAX)
|
range 0 $(INT32_MAX)
|
||||||
depends on TIMESLICING
|
depends on TIMESLICING
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue