On Tue, Mar 11, 2008 at 10:31 PM, ballistic_realm <[EMAIL PROTECTED]> wrote: > Thanks for the reply. I have 1 more questions regarding this. What is the > difference between comment.throttle.threshold and > comment.throttle.maxentries?. Because when i increase the threshold to 2, i > can send 2 comment perminute, but I dont see any effect when increasing the > maxentries. So far i cant find any explanation for the maxentries purpose.
Maxentries controls how many client IP addresses are tracked by the throttle mechanism. We cache a record for each IP address in an LRU cache. - Dave
