docs: bumped defaults
This commit is contained in:
@@ -138,14 +138,14 @@ DEFAULT_THINKING_MODE_THINKDEEP=high
|
|||||||
# Optional: Conversation timeout (hours)
|
# Optional: Conversation timeout (hours)
|
||||||
# How long AI-to-AI conversation threads persist before expiring
|
# How long AI-to-AI conversation threads persist before expiring
|
||||||
# Longer timeouts use more memory but allow resuming conversations later
|
# Longer timeouts use more memory but allow resuming conversations later
|
||||||
# Defaults to 3 hours if not specified
|
# Defaults to 24 hours if not specified
|
||||||
CONVERSATION_TIMEOUT_HOURS=3
|
CONVERSATION_TIMEOUT_HOURS=24
|
||||||
|
|
||||||
# Optional: Max conversation turns
|
# Optional: Max conversation turns
|
||||||
# Maximum number of turns allowed in an AI-to-AI conversation thread
|
# Maximum number of turns allowed in an AI-to-AI conversation thread
|
||||||
# Each exchange (Claude asks, Gemini responds) counts as 2 turns
|
# Each exchange (Claude asks, Gemini responds) counts as 2 turns
|
||||||
# So 20 turns = 10 exchanges. Defaults to 20 if not specified
|
# So 20 turns = 10 exchanges. Defaults to 40 if not specified
|
||||||
MAX_CONVERSATION_TURNS=20
|
MAX_CONVERSATION_TURNS=40
|
||||||
|
|
||||||
# Optional: Logging level (DEBUG, INFO, WARNING, ERROR)
|
# Optional: Logging level (DEBUG, INFO, WARNING, ERROR)
|
||||||
# DEBUG: Shows detailed operational messages for troubleshooting (default)
|
# DEBUG: Shows detailed operational messages for troubleshooting (default)
|
||||||
|
|||||||
Reference in New Issue
Block a user