mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[ML] Limit threads per allocation to 8 in the UI control (#137061)
This commit is contained in:
parent
f4348e6c9c
commit
2e6a96701d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export interface ThreadingParams {
|
|||
threadsPerAllocations: number;
|
||||
}
|
||||
|
||||
const THREADS_MAX_EXPONENT = 6;
|
||||
const THREADS_MAX_EXPONENT = 4;
|
||||
|
||||
/**
|
||||
* Form for setting threading params.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue