On Tue, 2004-03-02 at 20:56, [EMAIL PROTECTED] wrote: > After a bit of testing it seems to me that a cached template will be > recompiled if the file that it is based on changes on disk. Is there > a stat going on somewhere? And if so is it possible to turn this off in > production systems?
There is a package variable $Template::Provider::STAT_TTL that would appear to contain the minimum number of seconds between stats on the source file of a cached object. It would seem to default to 1 second. regards, Simon. _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
