summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-08-08 00:04:32 -0500
committerChris Buechler <cmb@pfsense.org>2014-08-08 00:04:32 -0500
commit6f4a300bf8c7b6b4e7b39d15d1c15dc171e1fcc7 (patch)
treecb35afeb5f9f491c632abeb38d74f207042c6860
parent8b8085cedb2cf7b1a3afdf48f63cbb94124495cf (diff)
downloadpfsense-6f4a300bf8c7b6b4e7b39d15d1c15dc171e1fcc7.zip
pfsense-6f4a300bf8c7b6b4e7b39d15d1c15dc171e1fcc7.tar.gz
Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely.
-rw-r--r--usr/local/www/wizards/setup_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 48b1bca..30515e9 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -582,7 +582,7 @@
<title>Reload in progress</title>
<description>
A reload is now in progress. Please wait. &lt;p&gt;
- &lt;meta http-equiv="refresh" content="60; url=wizard.php?xml=setup_wizard.xml&amp;stepid=8" &gt;
+ &lt;meta http-equiv="refresh" content="5; url=wizard.php?xml=setup_wizard.xml&amp;stepid=8" &gt;
&lt;p&gt;
The wizard will redirect to the next step once the reload is completed.
</description>
OpenPOWER on IntegriCloud