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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2021-04-28 07:08:54 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-04-28 07:08:54 +0300
commitfdb635e53633b304e4979f940e9de53b5c0b9d63 (patch)
tree951d624aec6d05599841be139fda80c5c64705fe /README.md
parentddb27f943109777cc67f1ff77b2091b72e485a30 (diff)
Remove note about large-scale environmentsjaime-master-patch-71673
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 08062a0c..9b190cef 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,6 @@
This is a simple HTTP server written in Go, made to serve GitLab Pages with
CNAMEs and SNI using HTTP/HTTP2. The minimum supported Go version is v1.13.
-This is made to work in small to medium-scale environments. Start-up time scales
-with the number of projects being served, so the daemon is currently unsuitable
-for very large-scale environments.
-
### How it generates routes
1. It reads the `pages-root` directory to list all groups.