pgoldstein    2002/09/27 09:31:06

  Modified:    src/conf james-config.xml
  Log:
  Making the interval comment and the specific value agree - both are now 60 * 10 * 
1000 = 600000 msec or 10 minutes.
  
  Revision  Changes    Path
  1.33      +2 -2      jakarta-james/src/conf/james-config.xml
  
  Index: james-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/conf/james-config.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- james-config.xml  27 Sep 2002 09:05:58 -0000      1.32
  +++ james-config.xml  27 Sep 2002 16:31:06 -0000      1.33
  @@ -73,7 +73,7 @@
                        <!-- account login password -->
                        <password>pass</password>
                        <!-- Interval to check this account in milliseconds, 600000 is 
every ten minutes -->
  -                     <interval>6000000</interval>
  +                     <interval>600000</interval>
                </fetch>
        </fetchpop>
        
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to