You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:06:48 UTC

[17/50] docs commit: [CB-3820] clarify defaults for LoadUrlTimeoutValue

[CB-3820] clarify defaults for LoadUrlTimeoutValue


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/7ba945e4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/7ba945e4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/7ba945e4

Branch: refs/heads/master
Commit: 7ba945e4cd09180c8f453227b730d2a87b323a78
Parents: 71d49e6
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 13:08:37 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:02:20 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/config.md | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/7ba945e4/docs/en/edge/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md
index 8663ed8..2b420e7 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -41,24 +41,10 @@ config.xml File for information on global configuration options.
 
         <preference name="ErrorUrl" value="error.html"/>
 
-* `LoadUrlTimeoutValue`: How much time Cordova should wait before
-  throwing a timeout error on the application.
+* `LoadUrlTimeoutValue` (number, default is `20000`): When loading a
+  page, the amount of time to wait before throwing a timeout error.
 
-        <preference name="LoadUrlTimeoutValue" value="20000"/>
-
-<!-- QUERY A: is loadUrlTimeoutValue expressed in milliseconds? is 20000 the default?-->
-
-<!-- QUERY A: confirm loadUrlTimeoutValue replaces PGB's load-url-timeout
-
- #### Load URL timeout
-
-  * `load-url-timeout` with a value in milliseconds
-
-  * defaults to 20000 (20 seconds)
-
-  * example: `<preference name="load-url-timeout" value="15000" />`
-
--->
+        <preference name="LoadUrlTimeoutValue" value="10000"/>
 
 * `KeepRunning` (boolean, defaults to `true`): Determines whether
   Cordova stays running in the background.