mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 20:10:47 +00:00
Fix vlf-tune-optimal-load with no optional arguments supplied.
This commit is contained in:
parent
06b4f856ac
commit
199209fe15
@ -376,11 +376,10 @@ Best considered where primitive operations total is closest to
|
|||||||
confine search to this region."
|
confine search to this region."
|
||||||
(if vlf-tune-enabled
|
(if vlf-tune-enabled
|
||||||
(progn
|
(progn
|
||||||
(or max-idx
|
(setq max-idx (min (or max-idx vlf-tune-max)
|
||||||
(setq max-idx (min max-idx
|
(1- (/ (min vlf-tune-max
|
||||||
(1- (/ (min vlf-tune-max
|
(/ (1+ vlf-file-size) 2))
|
||||||
(/ (1+ vlf-file-size) 2))
|
vlf-tune-step))))
|
||||||
vlf-tune-step)))))
|
|
||||||
(let* ((idx (max 0 (or min-idx 0)))
|
(let* ((idx (max 0 (or min-idx 0)))
|
||||||
(best-idx idx)
|
(best-idx idx)
|
||||||
(best-time-diff vlf-tune-load-time)
|
(best-time-diff vlf-tune-load-time)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user