426389 Adds configurable scan interval to user guide
diff --git a/user-guide/src/configuring.xml b/user-guide/src/configuring.xml
index 7f8d32a..802c5d3 100644
--- a/user-guide/src/configuring.xml
+++ b/user-guide/src/configuring.xml
@@ -1077,6 +1077,17 @@
                 </row>
                 <row>
                     <entry>
+						<literal>deployer.scanIntervalMillis</literal>
+					</entry>
+                    <entry>
+						Specifies the scan interval, in milliseconds, used to survey the pickup directory.
+					</entry>
+					<entry>
+						  <literal>1000</literal>
+					</entry>
+                </row>
+                <row>
+                    <entry>
 						<literal>deployer.unpackBundles</literal>
 					</entry>
                     <entry>
@@ -1128,9 +1139,10 @@
                      <para>The following listing displays the default configuration distributed with @project.name@; only relevant sections of the <literal>org.eclipse.virgo.kernel.properties</literal> file are shown. </para>
 
             <programlisting><![CDATA[deployer.timeout=300
-deployer.pickupDirectory=pickup]]></programlisting>
+deployer.pickupDirectory=pickup
+deployer.scanIntervalMillis=1000]]></programlisting>
 
-            <para>So the default deployment timeout is 300 seconds and the default pickup directory is <literal>$SERVER_HOME/pickup</literal>.
+            <para>So the default deployment timeout is 300 seconds, the default pickup directory is <literal>$SERVER_HOME/pickup</literal> and the default scan interval is <literal>1000</literal>.
             </para>
         </section>