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:
authorNick Thomas <nick@gitlab.com>2018-10-24 05:11:29 +0300
committerNick Thomas <nick@gitlab.com>2018-10-26 23:09:50 +0300
commit513a357961b1693c1d3f8450430d72b2d1d354be (patch)
treebc186e85fecb069f08681dcc48d683c9514306f1 /app_config.go
parent49cc251dafd31762dd9eca096a9eba963c469a26 (diff)
Allow the maximum connection concurrency to be specified
Diffstat (limited to 'app_config.go')
-rw-r--r--app_config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app_config.go b/app_config.go
index ab8cc264..9ff26b6b 100644
--- a/app_config.go
+++ b/app_config.go
@@ -9,6 +9,7 @@ type appConfig struct {
AdminCertificate []byte
AdminKey []byte
AdminToken []byte
+ MaxConns int
ListenHTTP []uintptr
ListenHTTPS []uintptr