MODUEL as pool name

This commit is contained in:
Feng 2015-10-01 11:22:57 +08:00
parent e7b6778a43
commit 14d2de3b05
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@
-record(state, {id}).
-define(SM_POOL, sm_pool).
-define(SM_POOL, ?MODULE).
%% todo...
%% TODO...
-define(SESSION_TIMEOUT, 60000).
%%%=============================================================================