On Thu, Jan 01, 1970 at 08:35:00AM +0000, Adrian Brown wrote:

> Can someone tell me how to avoid this error:
> 
> 19700101T08:21:01: [notice] (MIO_XML_READ): socket from 127.0.0.1 is
> out of karma
> 
> I guess it happened when I started sending lots of info from one
> client to another, is there a way to push the limits with this?

Look in your servers config for the following section:

   <service id="c2s">

Then look for this sub-section:

   <karma>
      <init>10</init>
      <max>50</max>
      <inc>1</inc>
      <dec>1</dec>
      <penalty>-6</penalty>
      <restore>10</restore>
   </karma>

Set the values to whatever works for you.  Then restart the server.

-- 
Jamin W. Collins
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to