Skip to content

Commit

Permalink
Increase polling interval to 29 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeto143 committed Apr 29, 2024
1 parent 189a80c commit 5500168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5m5v-bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const axios = require('axios');
const TweetFilter = require('./lib/filter');
const util = require('./lib/util');

const pollingIntervalMs = 40 * 1000;
const pollingIntervalMs = 29 * 60 * 1000;
const retryLoginDelayMs = 5 * 60 * 1000;
const isDryRun = process.argv[2] === '--dry-run';

Expand Down

0 comments on commit 5500168

Please sign in to comment.