align
This commit is contained in:
parent
fb8833bb86
commit
c4c0be44f3
|
@ -118,9 +118,9 @@ getstats() ->
|
||||||
|
|
||||||
init([]) ->
|
init([]) ->
|
||||||
TabId = ets:new(?CLIENT_TAB, [set,
|
TabId = ets:new(?CLIENT_TAB, [set,
|
||||||
named_table,
|
named_table,
|
||||||
public,
|
public,
|
||||||
{write_concurrency, true}]),
|
{write_concurrency, true}]),
|
||||||
{ok, #state{tab = TabId}}.
|
{ok, #state{tab = TabId}}.
|
||||||
|
|
||||||
handle_call(Req, _From, State) ->
|
handle_call(Req, _From, State) ->
|
||||||
|
|
Loading…
Reference in New Issue