fix(heartbeat): prioritize user messages over in-flight heartbeats (#594)
Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
@@ -97,7 +97,10 @@ features:
|
||||
heartbeat:
|
||||
enabled: false
|
||||
intervalMin: 30
|
||||
# skipRecentUserMin: 5 # Skip auto-heartbeats for N minutes after user message (0 disables)
|
||||
# skipRecentPolicy: fraction # fixed | fraction | off
|
||||
# skipRecentFraction: 0.5 # Used when policy=fraction (0-1)
|
||||
# skipRecentUserMin: 5 # Used when policy=fixed (0 disables)
|
||||
# interruptOnUserMessage: true # Cancel in-flight heartbeat when user messages arrive
|
||||
# sendFileDir: ./data/outbound # Restrict <send-file> directive to this directory (default: data/outbound)
|
||||
# sendFileMaxSize: 52428800 # Max file size in bytes for <send-file> (default: 50MB)
|
||||
# sendFileCleanup: false # Allow <send-file cleanup="true"> to delete files after send (default: false)
|
||||
|
||||
Reference in New Issue
Block a user