mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-08 13:44:59 +00:00
fix: Update prompt cache keepalive configuration
This commit is contained in:
parent
a5c283d7c8
commit
88195c4323
3 changed files with 4 additions and 4 deletions
|
@ -214,10 +214,10 @@ def get_parser(default_config_files, git_root):
|
|||
help="Enable caching of prompts (default: False)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--cache-warming-pings",
|
||||
"--cache-keepalive-pings",
|
||||
type=int,
|
||||
default=0,
|
||||
help="Number of times to ping every 5min to keep prompt cache warm (default: 0)",
|
||||
help="Number of times to ping at 5min intervals to keep prompt cache warm (default: 0)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--map-multiplier-no-files",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue