chore: increase GmailWatcher default poll interval from 60s to 300s
This commit is contained in:
@@ -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}}',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user