chore: increase GmailWatcher default poll interval from 60s to 300s

This commit is contained in:
William Valentin
2026-02-11 08:43:48 -08:00
parent 60b214e7c4
commit eea7ca62a8
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const testConfig: NonNullable<GmailConfig> = {
credentials_file: '/tmp/test-creds.json',
token_file: '/tmp/test-token.json',
watch_labels: ['INBOX'],
poll_interval: '60s',
poll_interval: '300s',
output: { channel: 'discord', peer: '123' },
message: '{{from}}: {{subject}}',
};