mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
Update COMPOSIO_LOOKBACK_DAYS to 30 in sync_gmail.ts for extended sync period
This commit is contained in:
parent
86818e7d21
commit
b066aa2b24
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ async function performSync() {
|
|||
|
||||
// --- Composio-based Sync ---
|
||||
|
||||
const COMPOSIO_LOOKBACK_DAYS = 7;
|
||||
const COMPOSIO_LOOKBACK_DAYS = 30;
|
||||
|
||||
interface ComposioSyncState {
|
||||
last_sync: string; // ISO string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue