Sfoglia il codice sorgente

ft: 参数调整

master
SisMaker 1 anno fa
parent
commit
7244ab2f46
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/eGLockMgr.erl

+ 1
- 1
src/eGLockMgr.erl Vedi File

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

Caricamento…
Annulla
Salva