This commit is contained in:
xy
2024-10-14 10:01:39 +08:00
parent 942eff2a06
commit 30fddbf252

View File

@@ -214,7 +214,7 @@ public class RedisKeyExpirationListener extends KeyExpirationEventMessageListene
onlineLogsService.updateById(record);
}
csLogsFeignClient.addUserLog(logDto);
}, 0, 2, TimeUnit.SECONDS);
}, 0, 2, TimeUnit.MINUTES);
}
}