diff --git a/proxy/snowflake.coffee b/proxy/snowflake.coffee index d54f593..6062ca4 100644 --- a/proxy/snowflake.coffee +++ b/proxy/snowflake.coffee @@ -55,7 +55,7 @@ class Snowflake log 'Snowflake IDs: ' + (@proxyPairs.map (p) -> p.id).join ' | ' @pollBroker() @pollInterval = setInterval((=> @pollBroker()), - config.defaultBrokerPollInterval) + @config.defaultBrokerPollInterval) # Regularly poll Broker for clients to serve until this snowflake is # serving at capacity, at which point stop polling.