This commit is contained in:
Ery Lee 2015-04-20 04:47:56 +08:00
parent fb8833bb86
commit c4c0be44f3
1 changed files with 3 additions and 3 deletions

View File

@ -118,9 +118,9 @@ getstats() ->
init([]) ->
TabId = ets:new(?CLIENT_TAB, [set,
named_table,
public,
{write_concurrency, true}]),
named_table,
public,
{write_concurrency, true}]),
{ok, #state{tab = TabId}}.
handle_call(Req, _From, State) ->