diff options
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. |