| Summary | Backend.php: getServerAdditions line 259 |
| Queue | Synchronization |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | karsten (at) horde (dot) org |
| Requester | patrick.abiven (at) apitech (dot) fr |
| Created | 12/5/06 (7144 days ago) |
| Due | |
| Updated | 12/16/06 (7133 days ago) |
| Assigned | 12/5/06 (7144 days ago) |
| Resolved | 12/16/06 (7133 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Backend.php: getServerAdditions line 259
Queue ⇒ Synchronization
State ⇒ Unconfirmed
Doing a "Reload Device" operation (600 contacts) from a Synthesis
client generates "Invalid Data". This is due to a server timeout. The
getServerAdditions function takes 4 minutes to execute. The time is
taken by the line 259 ($cuid= $this->getCuid(..)) which seems to be
not required (the $cuid variable is not used after). Can this line be
removed ?
For a "Reload Device" operation ($from_ts== 0), as the
getServerAdditions should return all the entries, does the foreach
loop (line 249) still required ?
Regards
Patrick