James Moger
2012-10-31 9ba9be513a347ea9893c51f2db6b13f6c7cb08dd
distrib/gitblit.properties
@@ -110,6 +110,8 @@
# Enable JGit-based garbage collection. (!!EXPERIMENTAL!!)
#
# USE AT YOUR OWN RISK!
#
# If enabled, the garbage collection executor scans all repositories once a day
# at the hour of your choosing.  The GC executor will take each repository "offline",
# one-at-a-time, to check if the repository satisfies it's GC trigger requirements.
@@ -120,8 +122,6 @@
# Gitblit's GC Executor MAY NOT PLAY NICE with the other Git kids on the block,
# especially on Windows systems, so if you are using other tools please coordinate
# their usage with your GC Executor schedule or do not use this feature.
#
# Use this feature at your own risk!
#
# The GC algorithm complex and the JGit team advises caution when using their
# young implementation of GC.
@@ -148,8 +148,8 @@
# SINCE 1.2.0
git.defaultGarbageCollectionThreshold = 500k
# The default period between GCs for a repository.  If the total filesize of the
# loose object exceeds *git.garbageCollectionThreshold* or the repository's
# The default period, in days, between GCs for a repository.  If the total filesize
# of the loose object exceeds *git.garbageCollectionThreshold* or the repository's
# custom threshold, this period will be short-circuited. 
#
# e.g. if a repository collects 100KB of loose objects every day with a 500KB
@@ -167,7 +167,7 @@
# The minimum value is 1 day since the GC Executor only runs once a day.
#
# SINCE 1.2.0
git.defaultGarbageCollectionPeriod = 7 days
git.defaultGarbageCollectionPeriod = 7
# Number of bytes of a pack file to load into memory in a single read operation.
# This is the "page size" of the JGit buffer cache, used for all pack access
@@ -679,7 +679,7 @@
#
# SPACE-DELIMITED
# SINCE 0.5.0
web.prettyPrintExtensions = c cpp cs css htm html java js php pl prefs properties py rb sh sql xml vb
web.prettyPrintExtensions = c cpp cs css frm htm html java js php pl prefs properties py rb sh sql xml vb
# Registered extensions for markdown transformation
#