diff development.ini @ 8563:8cd0c12758e6

ini: tweak .ini web server templates to make it more clear that it is about which web server gearbox will use for serve
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 08 Jun 2020 14:10:13 +0200
parents f79dff927ab9
children a04d6926d694
line wrap: on
line diff
--- a/development.ini	Mon Jun 08 13:36:21 2020 +0200
+++ b/development.ini	Mon Jun 08 14:10:13 2020 +0200
@@ -67,11 +67,11 @@
 host = 0.0.0.0
 port = 5000
 
-## WAITRESS ##
+## Gearbox serve uses the Waitress web server ##
 use = egg:waitress#main
-## number of worker threads
+## avoid multi threading
 threads = 1
-## MAX BODY SIZE 100GB
+## allow push of repos bigger than the default of 1 GB
 max_request_body_size = 107374182400
 ## use poll instead of select, fixes fd limits, may not work on old
 ## windows systems.