James Moger
2013-09-05 0a704fd39ac876fee9bda3a78469209ee9afa4e2
Updated binary extensions and Lucene ignore extensions
1 files modified
4 ■■■■ changed files
src/main/distrib/data/gitblit.properties 4 ●●●● patch | view | raw | blame | history
src/main/distrib/data/gitblit.properties
@@ -945,7 +945,7 @@
#
# SPACE-DELIMITED
# SINCE 0.9.0
web.luceneIgnoreExtensions = 7z arc arj bin bmp dll doc docx exe gif gz jar jpg lib lzh odg odf odt pdf ppt png so swf xcf xls xlsx zip
web.luceneIgnoreExtensions = 7z arc arj bin bmp dll doc docx exe gif gz jar jpg lib lzh odg odf odt pdf ppt pptx png so swf tar xcf xls xlsx zip
# Registered extensions for google-code-prettify
#
@@ -970,7 +970,7 @@
#
# SPACE-DELIMITED
# SINCE 0.5.0
web.binaryExtensions = jar pdf tar.gz zip
web.binaryExtensions = 7z arc arj bin dll doc docx exe gz jar lib lzh odg odf odt pdf ppt pptx so tar xls xlsx zip
# Aggressive heap management will run the garbage collector on every generated
# page.  This slows down page generation a little but improves heap consumption.