From: Georg Lukas Date: Sat, 28 Nov 2009 02:44:33 +0000 (+0100) Subject: "max-blob-size" config var to limit generated HTML size X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/ef07ccc72da0270e9298c36046a0187dc359b0da?ds=inline;hp=ef07ccc72da0270e9298c36046a0187dc359b0da "max-blob-size" config var to limit generated HTML size Sometimes it is not feasible to generate the HTML pretty-print for large files, especially if a source-filter is involved or binary data is to be displayed. The "max-blob-size" config var allows to disable HTML output for blobs bigger than X KBytes. Plain downloads are not affected. Signed-off-by: Georg Lukas ---