dhyarcher
Results
2
comments of
dhyarcher
> 修复 access_token 过期处理,添加对 expires_in 的处理并在过期时刷新 token; 目前的机制会导致access_token在2小时后过期(如果无人在此期间使用),过期后的人使用会发现有第一次的明显的卡顿(此时在更新access_token)。使用我的修改后添加一个后台线程,定期检查并刷新access_token,并在过期之前提前刷新获取新access_token; 过期机制见企业微信的此位置有说明:https://developer.work.weixin.qq.com/document/path/91039
the bug is fixed https://github.com/infiniflow/ragflow/pull/5361