|
|
@@ -231,7 +231,7 @@ public class IdentityAuthService {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- @Scheduled(fixedRate = 12000)
|
|
|
+ @Scheduled(fixedRate = 60000)
|
|
|
@RedisLock(value = "autoValidate", expire = 30, unit = TimeUnit.MINUTES)
|
|
|
public void autoValidate() {
|
|
|
if (!sysConfigService.getBoolean("auto_validate")) return;
|