mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
co-authored by
Steven Enamakel
parent
ffbeab105c
commit
69afbe3077
@@ -299,6 +299,31 @@ OPENHUMAN_BUILD_SHA=
|
||||
# [optional] Default: true — set to false to disable anonymized analytics & crash reports
|
||||
OPENHUMAN_ANALYTICS_ENABLED=true
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Composio memory-sync (per-provider knobs)
|
||||
# ---------------------------------------------------------------------------
|
||||
# All values below are [optional] runtime overrides for memory-sync providers
|
||||
# (gmail / slack / notion / clickup / github / linear). Compile-time defaults
|
||||
# match what shipped before these vars existed; only set what you need to
|
||||
# change.
|
||||
#
|
||||
# Daily request budget per (toolkit, connection) pair. Compile-time default is
|
||||
# 500 — enough for steady-state but easy to exhaust mid-backfill on chatty
|
||||
# workspaces. Raise to widen the cap; non-positive / non-numeric values fall
|
||||
# back to 500 with a `warn`.
|
||||
# OPENHUMAN_COMPOSIO_DAILY_REQUEST_LIMIT=2000
|
||||
#
|
||||
# Per-toolkit periodic sync cadence (seconds). Compile-time defaults: gmail /
|
||||
# slack = 900 (15m), notion / clickup / github / linear = 1800 (30m). Raise
|
||||
# the interval to burn the daily budget more slowly. Non-positive / non-
|
||||
# numeric values fall back to the compile-time default with a `warn`.
|
||||
# OPENHUMAN_COMPOSIO_GMAIL_SYNC_INTERVAL_SECS=1800
|
||||
# OPENHUMAN_COMPOSIO_SLACK_SYNC_INTERVAL_SECS=3600
|
||||
# OPENHUMAN_COMPOSIO_NOTION_SYNC_INTERVAL_SECS=3600
|
||||
# OPENHUMAN_COMPOSIO_CLICKUP_SYNC_INTERVAL_SECS=3600
|
||||
# OPENHUMAN_COMPOSIO_GITHUB_SYNC_INTERVAL_SECS=3600
|
||||
# OPENHUMAN_COMPOSIO_LINEAR_SYNC_INTERVAL_SECS=3600
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Logging
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user