summaryrefslogtreecommitdiff
path: root/service/http/config.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-04 18:52:24 +0300
committerWolfy-J <[email protected]>2019-05-04 18:52:24 +0300
commit117a347b5234bce4168c332f5471855427399b7b (patch)
tree256eccc13a6a8f8e29684a9c4e0ed1892a4139ec /service/http/config.go
parent17c259e8e0a7988b4336643c4d180733663dbaa3 (diff)
polish
Diffstat (limited to 'service/http/config.go')
-rw-r--r--service/http/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/config.go b/service/http/config.go
index 165b45de..ecd5a3a8 100644
--- a/service/http/config.go
+++ b/service/http/config.go
@@ -28,7 +28,7 @@ type Config struct {
// Uploads configures uploads configuration.
Uploads *UploadsConfig
- // Workers configures roadrunner server and worker pool.
+ // Workers configures rr server and worker pool.
Workers *roadrunner.ServerConfig
}