Update default.lua

This commit is contained in:
Keisuke Hirata 2026-06-01 11:08:34 +09:00
parent f8143bffaf
commit b6a57f75f6
No known key found for this signature in database

View File

@ -21,8 +21,8 @@ return profile {
}, },
compaction = compact.tokens { compaction = compact.tokens {
threshold = 200000, threshold = 240000,
request_threshold = 240000, request_threshold = 270000,
worker_context_max_tokens = 100000, worker_context_max_tokens = 100000,
}, },