Displaying 2 results from an estimated 2 matches for "rclrpw".
Did you mean:
  clrw
  
2005 Jan 02
2
donŽt lose the listners at dj changing
On Sun, 2005-01-02 at 13:48, Carsten Henkel wrote:
>     <limits>
>         <clients>50</clients>
>         <sources>2</sources>
only 2 sources are allowed, so make sure you don't hit that limit.
>         <threadpool>20</threadpool>
a bit excessive really, most people can get away with 1 or 2
>     <mount>
>        
2005 Jan 02
0
Re: dont lose the listners at dj changing
...hreadpool>
KH> no override set, so just a fallback. All listeners on / will be moved to
KH> /backup if that is active at the time the fallback occurs.
    <mount>
        <mount-name>/</mount-name>
        <username>source</username>
        <password>RCLRPW!</password>
        <max-listeners>50</max-listeners>
        <dump-file>/tmp/dump-example1.mp3</dump-file>
        <fallback-mount>/backup</fallback-mount>
        <fallback-override>1</fallback-override>
    </mount>
thanks, now they ar...