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