mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
SessionListenerAdapter
This commit is contained in:
parent
abdd0f84b9
commit
1f5c9922f6
@ -46,7 +46,7 @@ public class MaxKeyMgtListenerConfig implements InitializingBean {
|
||||
SessionListenerAdapter.class,
|
||||
scheduler,
|
||||
new ListenerParameter().add("sessionManager",sessionManager).build(),
|
||||
"0 0/1 * * * ?",//10 minutes
|
||||
"0 0/10 * * * ?",//10 minutes
|
||||
SessionListenerAdapter.class.getSimpleName()
|
||||
);
|
||||
_logger.debug("Session ListenerAdapter inited .");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user