This commit is contained in:
Feng Lee 2015-08-09 12:06:02 +08:00
parent b078565e1c
commit 008f48ce43
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
%%%=============================================================================
mnesia(boot) ->
%% global session...
ok = emqttd_mnesia:create_table(session, [
{type, ordered_set},
{ram_copies, [node()]},