diff options
author | Brice Figureau <brice-puppet@daysofwonder.com> | 2009-10-24 19:35:03 +0200 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-10-25 11:07:41 +1100 |
commit | e8bce7a6c3d0941fb3b461d2f0487b3f249ff5f1 (patch) | |
tree | 12c84c9fb1668708a57024debbf51fa1fd0cf9bd /lib/puppet/parser | |
parent | e2ce790b57723453ac8f52e17b6c56335b64036c (diff) | |
download | puppet-e8bce7a6c3d0941fb3b461d2f0487b3f249ff5f1.tar.gz puppet-e8bce7a6c3d0941fb3b461d2f0487b3f249ff5f1.tar.xz puppet-e8bce7a6c3d0941fb3b461d2f0487b3f249ff5f1.zip |
Workaround #2668 - Compress facts so that the request size limit triggers less often
This is not the right fix, but more a hackish workaround.
Since 0.25, the facts are transmitted as GET parameters when a
node asks for a catalog. Most proxies or webserver have a size limit
which is sometimes reached. In this case the request is denied
and the node can't get its catalog.
The idea is to compress facts (some non-scientific studies show a
57% fact size decrease for an average node) when transmitting
those when asking for a catalog.
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
Diffstat (limited to 'lib/puppet/parser')
0 files changed, 0 insertions, 0 deletions