%% 锁key
|
|
-define(EtsGLockKey, '$EtsGLockKey').
|
|
%% 锁等待pid
|
|
-define(EtsGLockPid, '$EtsGLockPid').
|
|
|
|
%% 锁等待pid
|
|
-define(ReTryLockApply, '$ReTryLockApply').
|
|
|
|
%% 默认超时时间
|
|
-define(LockTimeOut, 5000).
|