Bugzilla – Attachment 174761 Details for
Bug 38454
Memory (L1) cache is not flushed before API requests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38454: Tidy
Bug-38454-Tidy.patch (text/plain), 749 bytes, created by
David Cook
on 2024-11-19 00:23:35 UTC
(
hide
)
Description:
Bug 38454: Tidy
Filename:
MIME Type:
Creator:
David Cook
Created:
2024-11-19 00:23:35 UTC
Size:
749 bytes
patch
obsolete
>From bbb48d782f91245f8dcf8cb8aabbced95bc56e7c Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 19 Nov 2024 00:22:16 +0000 >Subject: [PATCH] Bug 38454: Tidy > >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > Koha/REST/V1.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/REST/V1.pm b/Koha/REST/V1.pm >index 8a79189501..55d84d5f02 100644 >--- a/Koha/REST/V1.pm >+++ b/Koha/REST/V1.pm >@@ -64,7 +64,7 @@ sub startup { > ); > $self->hook( > around_action => sub { >- my ($next, $c, $action, $last) = @_; >+ my ( $next, $c, $action, $last ) = @_; > > # Flush memory caches before every request > Koha::Caches->flush_L1_caches(); >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38454
:
174554
|
174557
|
174760
|
174761
|
176673