1m lookback for email, graph zoom and legend width fix

This commit is contained in:
Arjun 2026-01-20 08:55:17 +05:30
parent b664380dfd
commit 8bd6c9f254
2 changed files with 3 additions and 3 deletions

View file

@ -253,7 +253,7 @@ async function partialSync(auth: OAuth2Client, startHistoryId: string, syncDir:
}
async function performSync() {
const LOOKBACK_DAYS = 7; // Default to 7 days
const LOOKBACK_DAYS = 30; // Default to 1 month
const ATTACHMENTS_DIR = path.join(SYNC_DIR, 'attachments');
const STATE_FILE = path.join(SYNC_DIR, 'sync_state.json');