Use a prune factor when pruning the registry over the hard limit, instead of 10.
authorTed Zlatanov <tzz@lifelogs.com>
Fri, 13 May 2011 04:05:01 +0000 (23:05 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Fri, 13 May 2011 04:05:01 +0000 (23:05 -0500)
commit592dfba56d49972352096210e3c7f251e9d9f63b
tree83ff9c8319d69385c36ecd55c310b20d066a9e8f
parentf16fd3138546268f54cecb4ad4a6268e0b13e98f
Use a prune factor when pruning the registry over the hard limit, instead of 10.

* gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
0.1 expicitly.

* registry.el (prune-factor): New initialization parameter defaulting
to 0.1.
(registry-prune-hard): Use it.
lisp/ChangeLog
lisp/gnus-registry.el
lisp/registry.el