From abe21a5e8a71d88b2c0dda035e93d90a5abe2f8e Mon Sep 17 00:00:00 2001 From: Hare Date: Tue, 26 May 2026 09:05:14 +0900 Subject: [PATCH] chore: tune project memory thresholds --- .insomnia/manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.insomnia/manifest.toml b/.insomnia/manifest.toml index 6edf041d..84488329 100644 --- a/.insomnia/manifest.toml +++ b/.insomnia/manifest.toml @@ -7,5 +7,5 @@ allow = [ [memory] extract_threshold = 50000 -consolidation_threshold_files = 10 -# consolidation_threshold_bytes = 0 +consolidation_threshold_files = 5 +consolidation_threshold_bytes = 50000