aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2022-12-17 20:22:52 +0000
committerJulio Capote <jcapote@gmail.com>2022-12-17 20:22:52 +0000
commit2585e05af116cb95d2d2c36b096345c2b982e39c (patch)
treed0db377bd9465d4d74db60e6969abf6987a4c81c /cgi
parent0f01fc1004122e18f5320f28db63830666a4c8be (diff)
downloadcommunique-2585e05af116cb95d2d2c36b096345c2b982e39c.tar.gz
refactor
Diffstat (limited to 'cgi')
-rw-r--r--cgi/servers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/servers.go b/cgi/servers.go
index b18c6a3..0f23aac 100644
--- a/cgi/servers.go
+++ b/cgi/servers.go
@@ -21,7 +21,7 @@ func NewServers() *Servers {
}
// Start iterates over all Handlers and starts an internal CGI server for each one
-// along with ticker for the configured handler interval and blocks forever
+// along with ticker for the configured handler interval then blocks indefinitely
func (s *Servers) Start(cfg config.Config) {
var wg sync.WaitGroup