Bugzilla – Attachment 11402 Details for
Bug 8089
Use Koha::Cache everywhere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8089: Correct cache timeout to 1000
Bug-8089-Correct-cache-timeout-to-1000.patch (text/plain), 922 bytes, created by
Chris Cormack
on 2012-08-07 04:21:17 UTC
(
hide
)
Description:
Bug 8089: Correct cache timeout to 1000
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-08-07 04:21:17 UTC
Size:
922 bytes
patch
obsolete
>From d417131c4d85f891fd0a89d8bf97d679e6442f6c Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Sun, 20 May 2012 08:18:52 -0400 >Subject: [PATCH] Bug 8089: Correct cache timeout to 1000 > >There was a typo in the original patch for bug 8089 which set the cache >timeout on getAllLanguages to 10000. Correct it to 1000. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > C4/Languages.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Languages.pm b/C4/Languages.pm >index 238123f..415a798 100644 >--- a/C4/Languages.pm >+++ b/C4/Languages.pm >@@ -99,7 +99,7 @@ sub getFrameworkLanguages { > } > } > if (Koha::Cache->is_cache_active() && defined $cache) { >- $cache->set_in_cache("getFrameworkLanguages",\@languages,10000) >+ $cache->set_in_cache("getFrameworkLanguages",\@languages,1000) > } > return \@languages; > } >-- >1.7.9.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 8089
:
9577
|
9580
|
9581
|
9665
|
9666
|
9673
|
10166
|
10167
|
10168
|
11400
|
11401
|
11402
|
12077
|
12078
|
14765
|
14891
|
14893
|
16551