Skip to content

Commit

Permalink
Merge branch 'master' into docs-overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Apr 23, 2016
2 parents 37e5437 + 549f2d1 commit de2384c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react_on_rails/server_rendering_pool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module ReactOnRails
class ServerRenderingPool
def self.reset_pool
options = { size: ReactOnRails.configuration.server_renderer_pool_size,
timeout: ReactOnRails.configuration.server_renderer_pool_size }
timeout: ReactOnRails.configuration.server_renderer_timeout }
@js_context_pool = ConnectionPool.new(options) { create_js_context }
end

Expand Down

0 comments on commit de2384c

Please sign in to comment.