Skip to content

Commit

Permalink
Dropped max age to an hour
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie committed Oct 7, 2015
1 parent 6ca3d70 commit 939d04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcgi/twitter_user_to_rss.pl
Expand Up @@ -49,7 +49,7 @@
$user=~s/(@|\s)//g;
$user=~s/%40//g;

my $max_age=21600;
my $max_age=3600;

my $replies = $q->param('replies') || 0;
if ($replies && lc($replies) ne 'on') {
Expand Down

0 comments on commit 939d04d

Please sign in to comment.