Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
file templates are only cached for 10 seconds
  • Loading branch information
ido50 committed Feb 11, 2010
1 parent cd06eed commit 6e7dd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tenjin.pm
Expand Up @@ -15,7 +15,7 @@ our $BYPASS_TAINT = 1; # unset if you like taint mode
our $TEMPLATE_CLASS = 'Tenjin::Template';
our $CONTEXT_CLASS = 'Tenjin::Context';
our $PREPROCESSOR_CLASS = 'Tenjin::Preprocessor';
our $TIMESTAMP_INTERVAL = 3600;
our $TIMESTAMP_INTERVAL = 10;

sub new {
my ($class, $options) = @_;
Expand Down

0 comments on commit 6e7dd43

Please sign in to comment.