Browse Source

Updated binary extensions and Lucene ignore extensions

tags/v1.4.0
James Moger 10 years ago
parent
commit
0a704fd39a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/main/distrib/data/gitblit.properties

+ 2
- 2
src/main/distrib/data/gitblit.properties View File

@@ -945,7 +945,7 @@ web.reflogChangesPerPage = 10
#
# 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 @@ web.imageExtensions = bmp jpg gif png
#
# 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.

Loading…
Cancel
Save