From fdb635e53633b304e4979f940e9de53b5c0b9d63 Mon Sep 17 00:00:00 2001 From: Jaime Martinez Date: Wed, 28 Apr 2021 04:08:54 +0000 Subject: [PATCH] Remove note about large-scale environments --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 08062a0c7..9b190ceff 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. -- GitLab