mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 00:46:23 +02:00
1m lookback for email, graph zoom and legend width fix
This commit is contained in:
parent
b664380dfd
commit
8bd6c9f254
2 changed files with 3 additions and 3 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue