| Summary | Improve getChanges() speed |
| Queue | Kronolith |
| Queue Version | Git master |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 08/20/2013 (4484 days ago) |
| Due | |
| Updated | 08/20/2013 (4484 days ago) |
| Assigned | |
| Resolved | 08/20/2013 (4484 days ago) |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
commit a1701cf668ee60272e48e3bdf2079bae70bac523
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Tue Aug 20 09:43:00 2013 +0200
Improve getChanges() speed
No need to search all calendars if the calendar
is already known when calling getByUid().
Request 12586Signed-off-by: Jan Schneider <jan@horde.org>
kronolith/lib/Api.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/a1701cf668ee60272e48e3bdf2079bae70bac523
New Attachment: 0001-Improve-getChanges-speed.patch
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Improve getChanges() speed
Type ⇒ Enhancement
State ⇒ New
---------------------------------------------------------
Subject: [PATCH] Improve getChanges() speed
No need to search all calendars if the calendar
is already known when calling getByUid().