Commit a8007006 authored by youxiaoji's avatar youxiaoji

* [上下文超时时间临时调整为3600分钟]

parent 3b6f5b51
......@@ -68,7 +68,7 @@ public class PlaywrightManagerImpl implements PlaywrightManager {
// 每5分钟检查一次超时的用户上下文
cleanupScheduler.scheduleAtFixedRate(this::cleanupExpiredContexts,
5, 5, TimeUnit.MINUTES);
5, 3600, TimeUnit.MINUTES);
this.initialized = true;
log.info("Playwright管理器初始化成功");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment