Skip to content

Commit

Permalink
Merge pull request #1 from garret-smith/master
Browse files Browse the repository at this point in the history
Quick and dirty fix for boundary/folsom#30
  • Loading branch information
fischerwb authored May 5, 2017
2 parents 1a3d23a + 4cf77d0 commit 7f64394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/folsom_metrics_history.erl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
new(Name) ->
Tid = ets:new(history, ?ETSOPTS),
ets:insert(?HISTORY_TABLE, {Name, #history{tid=Tid}}),
ets:give_away(Tid, whereis(folsom_sup), none),
ok.

update(Name, Size, Value) ->
Expand Down

0 comments on commit 7f64394

Please sign in to comment.