Add cache keepalive pings to Aidermacs args
- Adds `--cache-keepalive-pings 2` to Aidermacs extra arguments. - This helps maintain a persistent connection to the Aidermacs cache server. - Prevents cache disconnections due to inactivity.
This commit is contained in:
parent
70e647429c
commit
52d3a290c2
@ -667,7 +667,7 @@ Now, write the commit message in this exact format:
|
||||
(setq aidermacs-auto-commits nil)
|
||||
(setq aidermacs-backend 'vterm)
|
||||
(setq aidermacs-vterm-multiline-newline-key "S-<return>")
|
||||
(add-to-list 'aidermacs-extra-args "--no-gitignore --chat-mode ask --no-auto-commits --cache-prompts --dark-mode --pretty --stream --vim"))
|
||||
(add-to-list 'aidermacs-extra-args "--no-gitignore --chat-mode ask --no-auto-commits --cache-prompts --dark-mode --pretty --stream --vim --cache-keepalive-pings 2"))
|
||||
|
||||
|
||||
;; Keybinding for Aidermacs menu
|
||||
|
Loading…
x
Reference in New Issue
Block a user