Przeglądaj źródła

fix(persistent_sessions): revert bogus table type change

Tobias Lindahl 4 lat temu
rodzic
commit
fdba441f4f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      apps/emqx/src/emqx_trie.erl

+ 0 - 1
apps/emqx/src/emqx_trie.erl

@@ -68,7 +68,6 @@ mnesia(boot) ->
                         ]}],
     ok = mria:create_table(?TRIE, [
                 {rlog_shard, ?ROUTE_SHARD},
-                {storage, ram_copies},
                 {record_name, ?TRIE},
                 {attributes, record_info(fields, ?TRIE)},
                 {type, ordered_set},