Summary | Support incoming client addition limits. |
Queue | Synchronization |
Queue Version | Git master |
Type | Enhancement |
State | Assigned |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | mrubinsk (at) horde (dot) org |
Created | 08/08/2013 (4297 days ago) |
Due | |
Updated | 08/08/2013 (4297 days ago) |
Assigned | 08/08/2013 (4297 days ago) |
Resolved | |
Milestone | |
Patch | No |
State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Support incoming client addition limits.
Queue ⇒ Synchronization
Assigned to Michael Rubinsky
Milestone ⇒
Patch ⇒ No
Bug: 12506for details.Basically, need to refactor import code to read all incoming additions
into memory before adding them to the backend, then add them to the
backend after output is already started back to the client (like
normal changes and server additions are handled). This prevents
timeout issues on clients like Android and is more in line with how
Exchange behaves.