Using CNFS, the server is throttling every 5 minutes

Callum Duncan callum at passport.ca
Fri Sep 29 15:44:56 UTC 2000


<Read man storage.conf>

Or put something like this at the *end* of your storage.conf

method trash {
        newsgroups: *
        class: 3 <-- change for your setup
}           

I accept articles for different sizes into different metacycbuffs 
and anything that doesn't meet my criteria gets ditched.


Something is not getting caught by your various storage rules.
Using a match-all at the end of your list will prevent the throttling.
Cheers,
Callum


>storage.conf
>
>method cnfs {
>	newsgroups: *
>	class: 1
>	size: 0,100000
>	expires: 0s,1d
>	options: AREAONE
>}
>method cnfs {
>	newsgroups: *
>	class: 2
>	size: 100001,250000
>	expires: 0s,1d
>	options: AREATWO
>}
>method cnfs {
>	newsgroups: *
>	class: 3
>	size: 250001,266667
>	expires: 0s,1d
>	options: AREATHREE
>}
>method cnfs {
>	newsgroups: *
>	class: 4
>	size: 266668,284444
>	expires: 0s,1d
>	options: AREAFOUR
>}
>method cnfs {
>	newsgroups: *
>	class: 5
>	size: 284445,300000
>	expires: 0s,1d
>	options: AREAFIVE
>}
>method cnfs {
>	newsgroups: *
>	class: 6
>	size: 300001,400000
>	expires: 0s,1d
>	options: AREASIX
>}
>method cnfs {
>	newsgroups: *
>	class: 7
>	size: 400001,500000
>	expires: 0s,1d
>	options: AREASEVEN
>}
>method cnfs {
>	newsgroups: *
>	class: 8
>	size: 500001,750000
>	expires: 0s,1d
>	options: AREAEIGHT
>}
>method cnfs {
>	newsgroups: *
>	class: 9
>	size: 750001,1000000
>	expires: 0s,1d
>	options: AREANINE
>}
>method cnfs {
>	newsgroups: *
>	class: 0
>	size: 1000001,10000000
>	expires: 0s,1d
>	options: AREAZERO
>}
>
>----
>
>Why is this throttling every 5 minutes?
>
>
>
--
Callum Duncan
Senior Systems Administrator
Passport Online

e: callum at passport.ca
t: 416.351.1040.242
f: 416.351.8438



More information about the inn-workers mailing list