test: shorten routing cache scalability case · openclaw/openclaw@79dfb4d
steipete
·
2026-04-18
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1062,8 +1062,8 @@ describe("wildcard peer bindings (peer.id=*)", () => {
|
10621062});
|
10631063|
10641064describe("binding evaluation cache scalability", () => {
|
1065-test("does not rescan full bindings after channel/account cache rollover (#36915)", () => {
|
1066-const cacheKeyCount = 2_001;
|
1065+test("does not rescan full bindings across distinct channel/account cache entries (#36915)", () => {
|
1066+const cacheKeyCount = 64;
|
10671067const cfg: OpenClawConfig = {
|
10681068bindings: [
|
10691069{
|
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。