Added a better mechanism for calculating when content was last modified for cache headers.
This commit is contained in:
parent
0e18071411
commit
f951bbed37
7 changed files with 27 additions and 78 deletions
|
|
@ -324,12 +324,6 @@ sub formatContent {
|
|||
return $msg;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# Too slow to try to find out children, just always assume new data
|
||||
sub getContentLastModified {
|
||||
return time();
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub getAutoCommitWorkflowId {
|
||||
my $self = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue