Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-01-27 12:34:57 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-02-03 09:57:35 +0300
commitab1e195b5b58b9eb008fd238958f7f5b4e86d03f (patch)
tree92905ec5a0944ee41b68bf297134bb00472471c1 /doc/README.md
parent627c53e3e51f73c3d19df2b49b956c02ba200e78 (diff)
doc: Add documentation on object pools
We do not have any documentation of our object pools. This commit adds an initial document which details some aspects of how they work and what problem they aim to solve.
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md
index 60f2346e2..96fffbad1 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -37,6 +37,7 @@ For configuration please read [praefects configuration documentation](doc/config
- [Logging in Gitaly](logging.md)
- [Tips for reading Git source code](reading_git_source.md)
- [Serverside Git Usage](serverside_git_usage.md)
+- [Object Pools](object_pools.md)
#### RFCs