remove server_cache and client_cache

This commit is contained in:
Milan
2023-02-26 23:00:14 +01:00
parent 9c2cb45047
commit 66ee4ce41e
5 changed files with 1 additions and 14 deletions

View File

@@ -1204,10 +1204,6 @@ sub render($$$$;$) {
my %tparams = %$params;
my $tparams = \%tparams;
$tparams->{events} = $results;
$tparams->{server_cache} = $config->{cache}->{server_cache}
if ( $config->{cache}->{server_cache} );
$tparams->{use_client_cache} = $config->{cache}->{use_client_cache}
if ( $config->{cache}->{use_client_cache} );
if ( scalar @$results > 0 ) {
my $result = $results->[0];