Skip to content

Commit

Permalink
Third time's a charm
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 6, 2009
1 parent 961acdc commit c68ea79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data_fabric/dash.rb
Expand Up @@ -13,7 +13,7 @@


Fiveruns::Dash.register_recipe :data_fabric, :url => 'http://mikeperham.com' do |recipe| Fiveruns::Dash.register_recipe :data_fabric, :url => 'http://mikeperham.com' do |recipe|
recipe.absolute :open_connections, 'Open Connections' do recipe.absolute :open_connections, 'Open Connections' do
ConnectionProxy.shard_pools.map do |pool| DataFabric::ConnectionProxy.shard_pools.values.map do |pool|
pool.instance_variable_get(:@checked_out) || 0 pool.instance_variable_get(:@checked_out) || 0
end.sum end.sum
end end
Expand Down

0 comments on commit c68ea79

Please sign in to comment.