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 e9b5b85 commit 1b6af9eCopy full SHA for 1b6af9e
server.js
@@ -50,4 +50,4 @@ var listener = https.createServer(options, app).listen(PORT, function () {
50
// Poll the twitter mentions
51
52
tootFeed.update();
53
-setInterval(function(){ tootFeed.update(); }, 30000);
+setInterval(function(){ tootFeed.update(); }, 45000);
0 commit comments