Server throttling itself

Katsuhiro Kondou kondou at nec.co.jp
Mon Jan 29 15:54:50 UTC 2001


In article <14965.35141.495330.255627 at bogon.kjsl.com>,
	Javier Henderson <javier at KJSL.COM> wrote;

}         size: 0,1000000
:
} 	So it either matches alt or everything else. Any ideas? I've been
} running this particular snapshot for a long time... I can use ctlinnd
} to go '' to make it resume, but it'll just throttle again sometime later.

I suspect you're receiving almost 1000000 bytes(e.g 999995).
When storing, the size gets grown by prepending path element
or creating Xref.  I think dropping ',1000000' could fix
your problem.  If you don't want those articles, add another
method 'trash' at the end of storage.conf.

method trash {
  newsgroups: *
  size: 1000001,0
  class: 0
}

-- 
Katsuhiro Kondou


More information about the inn-workers mailing list