Show
Ignore:
Timestamp:
04/07/08 02:03:42 (5 months ago)
Author:
markdoliner
Message:

Hopefully make the documentation for max_fds more clear for people who
aren't programmers and aren't familiar with how jabberd works.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/router.xml.dist.in

    r591 r619  
    8282         the router itself can use up four on its own. If the supply of 
    8383         file descriptors is exhausted, new incoming connections will be 
    84          denied (default: 1024) --> 
     84         denied. 
     85 
     86         These file descriptors are really only used when a component 
     87         connects to the router. So unless you have a lot of components 
     88         for some reason then you probably don't need to change this 
     89         value. 
     90 
     91         (default: 1024) --> 
    8592    <max_fds>1024</max_fds> 
    8693