pullrequests Search Results · language:B4X language:C++ language:Java language:CSS language:HTML language:HTML language:PHP
Filter by
94.7M results
标题 fix: add TTL eviction to result cache to prevent memory leak
功能描述 ReviewController 中原内存缓存 resultCache 基于原生 ConcurrentHashMap 实现,无过期淘汰策略,缓存数据会永久驻留,存在内存泄漏风险。
本次新增带时间戳的缓存包装类,并启用定时清理任务,每5分钟淘汰存放时长超过30分钟的缓存条目。 ...
Motivation
- Consolidar a implementação da etapa landing-page-wireframe no novo núcleo reutilizável
com.marketinghub.worker.openai.core.wireframe para evitar duplicidade operacional entre duas implementações ...
codex
Summary
- Adds Textarea — a multi-line text input mirroring input.tsx s tokens, focus ring, and aria-invalid treatment:
nx:border-border-default, nx:bg-background, nx:placeholder:text-muted-foreground, ...
Automated test pull request
Automated test pull request
Standup
- Date: 2026-05-31
- Branch: cursor/workday-cycle-initiation-9a9e
- Content commit: 0bd4966
See docs/company/standups/2026-05-31.md on this branch.
Problem
A freshly-installed wallet can get permanently stuck at ** syncing 0 ** (0 blocks, 0 connections). Reproduced on macOS
arm64 with the beta3 GUI bundle.
Root cause: the bootstrap fast-sync only ...
Summary
- Rewrote README as a clear handover file suitable for someone running the service for the first time
- Added how to run instructions, access URLs, and Docker reset command at the top
- ...
Summary
Three pre-launch operational artefacts. All docs/config — no application code touched.
What s in
1. .env.example patch — adds the ~100 env vars referenced by config/* that were previously undocumented. ...