summaryrefslogtreecommitdiff
path: root/server_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'server_config.go')
-rw-r--r--server_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_config.go b/server_config.go
index c6567fc3..ecd7dd2b 100644
--- a/server_config.go
+++ b/server_config.go
@@ -8,7 +8,7 @@ import (
"time"
)
-// Server config combines factory, pool and cmd configurations.
+// ServerConfig config combines factory, pool and cmd configurations.
type ServerConfig struct {
// Command includes command strings with all the parameters, example: "php worker.php pipes".
Command string