fix: Update prompt cache keepalive configuration

This commit is contained in:
Paul Gauthier 2024-08-26 20:12:56 -07:00 committed by Paul Gauthier (aider)
parent a5c283d7c8
commit 88195c4323
3 changed files with 4 additions and 4 deletions

View file

@ -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",