mirror of
https://github.com/memtest86plus/memtest86plus
synced 2025-03-13 09:23:10 +03:00
Reduce pause at start delay to 3 seconds.
This commit is contained in:
parent
644a13c730
commit
66c6dfa357
@ -883,7 +883,7 @@ void initial_config(void)
|
||||
bool smp_init_done = false;
|
||||
if (pause_at_start) {
|
||||
bool got_key = false;
|
||||
for (int i = 0; i < 5000 && !got_key; i++) {
|
||||
for (int i = 0; i < 3000 && !got_key; i++) {
|
||||
usleep(1000);
|
||||
switch (get_key()) {
|
||||
case ESC:
|
||||
|
Loading…
x
Reference in New Issue
Block a user