Skip to content

Commit 1b6af9e

Browse files
committed
Slower polling
1 parent e9b5b85 commit 1b6af9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ var listener = https.createServer(options, app).listen(PORT, function () {
5050
// Poll the twitter mentions
5151

5252
tootFeed.update();
53-
setInterval(function(){ tootFeed.update(); }, 30000);
53+
setInterval(function(){ tootFeed.update(); }, 45000);

0 commit comments

Comments
 (0)