pullrequests Search Results · language:Dune language:Python language:Java language:Java language:Java language:JavaScript
Filter by
183M results
Purpose
Looking up keys in Mooncake currently happens synchronously inside get_num_new_matched_tokens, on the scheduler s
critical path. Each lookup costs ~1–2 ms per request on average, and that latency ...
kv-connector
v1
变更概要
问题背景
插件回传结果偶现会把当前图纸匹配为自身,导致重复告警与查重噪音。
改动
- 在 POST /api/plugin/check-result 新增自索引抑制规则:当 drawing_id == top_match_id 且 match_count 0 时,认定为自索引噪音。
- 抑制后输出:
- is_similar=false
- verdict= ...
Bumps reportlab from 4.5.0 to 4.5.1.

Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
Closes #233
Reorganises three flat unit test files into Test* classes grouped by flow step or functional area, matching the
convention already used in test_options.py and required by python_classes ...
tests