mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:10:44 +00:00
test: shorten routing cache scalability case
This commit is contained in:
@@ -1062,8 +1062,8 @@ describe("wildcard peer bindings (peer.id=*)", () => {
|
||||
});
|
||||
|
||||
describe("binding evaluation cache scalability", () => {
|
||||
test("does not rescan full bindings after channel/account cache rollover (#36915)", () => {
|
||||
const cacheKeyCount = 2_001;
|
||||
test("does not rescan full bindings across distinct channel/account cache entries (#36915)", () => {
|
||||
const cacheKeyCount = 64;
|
||||
const cfg: OpenClawConfig = {
|
||||
bindings: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user