@@ -11,7 +11,7 @@ let maxPostPerScan = process.env.MAX_POST_PER_SCAN;
setInterval(async()=>{
setInterval(async()=>{
awaitpostFeed();
awaitpostFeed();
},20*60*1000);
},60*60*1000);
})();
})();
asyncfunctionpostFeed(){
asyncfunctionpostFeed(){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.