Skip to content

Commit a105e38

Browse files
committed
Check for new site news every hour
1 parent 10f3256 commit a105e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feeds/NewsFeedManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const parseFeed = async (url: string): Promise<Parser.Output<any>> => {
1818
);
1919
};
2020

21-
const pollTime = (1000*60*60)*3; //3 hours
21+
const pollTime = (1000*60*60)*1; //1 hour
2222

2323
export class NewsFeedManager {
2424
private static instance: NewsFeedManager;

0 commit comments

Comments
 (0)