Ver a proveniência

ft: 参数调整

master
SisMaker há 1 ano
ascendente
cometimento
7244ab2f46
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/eGLockMgr.erl

+ 1
- 1
src/eGLockMgr.erl Ver ficheiro

@ -21,7 +21,7 @@ start_link() ->
init([]) ->
process_flag(trap_exit, true),
ets:new(?EtsGLockKey, [named_table, set, public, {write_concurrency, true}, {read_concurrency, true}]),
ets:new(?EtsGLockKey, [named_table, set, public, {write_concurrency, auto}, {read_concurrency, true}]),
{ok, #state{}}.
handle_call(_Request, _From, State) ->

Carregando…
Cancelar
Guardar