Bugzilla – Attachment 102572 Details for
Bug 24027
Adding multiple items is slow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24027: Add POD about the new parameter in Koha::Item->store
Bug-24027-Add-POD-about-the-new-parameter-in-KohaI.patch (text/plain), 979 bytes, created by
Jonathan Druart
on 2020-04-08 14:18:40 UTC
(
hide
)
Description:
Bug 24027: Add POD about the new parameter in Koha::Item->store
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-08 14:18:40 UTC
Size:
979 bytes
patch
obsolete
>From 6be13b2b79b267af88cd8780294e06310c9e896a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 8 Apr 2020 16:11:54 +0200 >Subject: [PATCH] Bug 24027: Add POD about the new parameter in > Koha::Item->store > >--- > Koha/Item.pm | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/Koha/Item.pm b/Koha/Item.pm >index a6ad7c6ac3..9e1bca4ef5 100644 >--- a/Koha/Item.pm >+++ b/Koha/Item.pm >@@ -58,6 +58,16 @@ Koha::Item - Koha Item object class > > =head3 store > >+ $item->store; >+ >+$params can take an optional 'skip_modzebra_update' parameter. >+If set, the reindexation process will not happen (ModZebra not called) >+ >+NOTE: This is a temporary fix to answer a performance issue when lot of items >+are added (or modified) at the same time. >+The correct way to fix this is to make the ES reindexation process async. >+You should not turn it on if you do not understand what it is doing exactly. >+ > =cut > > sub store { >-- >2.20.1
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 24027
:
95413
|
95414
|
95417
|
95446
|
95473
|
95663
|
98250
|
98251
|
98252
|
98253
|
102464
|
102474
|
102567
|
102568
|
102572
|
102578
|
102579
|
102580