diff options
author | Wolfy-J <[email protected]> | 2019-05-04 18:52:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-04 18:52:24 +0300 |
commit | 117a347b5234bce4168c332f5471855427399b7b (patch) | |
tree | 256eccc13a6a8f8e29684a9c4e0ed1892a4139ec /service/http/config.go | |
parent | 17c259e8e0a7988b4336643c4d180733663dbaa3 (diff) |
polish
Diffstat (limited to 'service/http/config.go')
-rw-r--r-- | service/http/config.go | 2 |
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 } |