We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662d44a commit b277af2Copy full SHA for b277af2
main.js
@@ -208,7 +208,7 @@ const bot = new LemmyBot.LemmyBot({
208
},
209
schedule: [
210
{
211
- cronExpression: '0 */20 * * * *',
+ cronExpression: '0 */10 * * * *',
212
timezone: 'America/Toronto',
213
doTask: async ({getCommunityId, createPost}) => {
214
console.log(`${chalk.green('STARTED:')} RSS Feed Fetcher.`);
0 commit comments