mirror of https://github.com/jetkvm/kvm.git
chore: increase reboot delay to 7 seconds
This commit is contained in:
parent
892e5f4195
commit
ac79724448
|
|
@ -11,7 +11,7 @@ import LoadingSpinner from "../components/LoadingSpinner";
|
||||||
import { useDeviceUiNavigation } from "../hooks/useAppNavigation";
|
import { useDeviceUiNavigation } from "../hooks/useAppNavigation";
|
||||||
|
|
||||||
// Time to wait after initiating reboot before redirecting to home
|
// Time to wait after initiating reboot before redirecting to home
|
||||||
const REBOOT_REDIRECT_DELAY_MS = 5000;
|
const REBOOT_REDIRECT_DELAY_MS = 7000;
|
||||||
|
|
||||||
export default function SettingsGeneralRebootRoute() {
|
export default function SettingsGeneralRebootRoute() {
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue