diff options
author | Wolfy-J <[email protected]> | 2018-06-11 14:57:47 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 14:57:47 +0300 |
commit | 846cec64f177a9cfef016a8225c4fae0faa29a0c (patch) | |
tree | a0dc1df41ab25793a2dd5ada80f3ca5de4615e7d /server_config.go | |
parent | 78fb74cfa5c0156f70c095a4f2cfee9851a9dc0f (diff) |
more tests for http
Diffstat (limited to 'server_config.go')
-rw-r--r-- | server_config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server_config.go b/server_config.go index 4a03f44d..8af0e0f8 100644 --- a/server_config.go +++ b/server_config.go @@ -24,7 +24,7 @@ type ServerConfig struct { // Pool defines worker pool configuration, number of workers, timeouts and etc. This config section might change // while server is running. - Pool Config + Pool *Config } // Differs returns true if configuration has changed but ignores pool or cmd changes. |