diff options
author | James Moger <james.moger@gitblit.com> | 2012-07-11 17:21:00 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-07-11 17:21:00 -0400 |
commit | e4547fa58281ca2c64f934457d8377b19f8230c7 (patch) | |
tree | 0f8f7e3b19386406ba1f2d12bfa4da96bcb04fc8 /distrib | |
parent | ec478948bb6977554b63bb472b2f54151864ccaa (diff) | |
download | gitblit-e4547fa58281ca2c64f934457d8377b19f8230c7.tar.gz gitblit-e4547fa58281ca2c64f934457d8377b19f8230c7.zip |
Documentation
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/gitblit.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index f3e2ac15..4c4372ea 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -56,6 +56,7 @@ git.defaultAccessRestriction = NONE # Default on JGit is 8 KiB on all platforms.
#
# Common unit suffixes of k, m, or g are supported.
+# Documentation courtesy of the Gerrit project.
#
# SINCE 1.0.0
# RESTART REQUIRED
@@ -72,6 +73,7 @@ git.packedGitWindowSize = 8k # Default on JGit is 10 MiB on all platforms.
#
# Common unit suffixes of k, m, or g are supported.
+# Documentation courtesy of the Gerrit project.
#
# SINCE 1.0.0
# RESTART REQUIRED
@@ -85,6 +87,7 @@ git.packedGitLimit = 10m # this value.
#
# Common unit suffixes of k, m, or g are supported.
+# Documentation courtesy of the Gerrit project.
#
# SINCE 1.0.0
# RESTART REQUIRED
@@ -98,6 +101,7 @@ git.deltaBaseCacheLimit = 10m # available for network sockets and other repository data manipulation.
#
# Default on JGit is 128 file descriptors on all platforms.
+# Documentation courtesy of the Gerrit project.
#
# SINCE 1.0.0
# RESTART REQUIRED
@@ -118,6 +122,7 @@ git.packedGitOpenFiles = 128 # Default is 50 MiB on all platforms.
#
# Common unit suffixes of k, m, or g are supported.
+# Documentation courtesy of the Gerrit project.
#
# SINCE 1.0.0
# RESTART REQUIRED
@@ -134,6 +139,7 @@ git.streamFileThreshold = 50m #
# Default on JGit is false. Although potentially slower, it yields much more
# predictable behavior.
+# Documentation courtesy of the Gerrit project.
#
# SINCE 1.0.0
# RESTART REQUIRED
|