Przeglądaj źródła

ft: 参数调整

master
SisMaker 1 rok temu
rodzic
commit
7244ab2f46
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/eGLockMgr.erl

+ 1
- 1
src/eGLockMgr.erl Wyświetl plik

@ -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) ->

Ładowanie…
Anuluj
Zapisz