http://bugzilla.meego.com/show_bug.cgi?id=401
Summary: Timeout for first message in server inited sync
Classification: MeeGo Projects
Product: SyncEvolution
Version: unspecified
Platform: Netbook
OS/Version: IA
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: congwu.chen(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
The timeout used in SyncEvolution currently is:
server:
RetryDuration :timeout value
RetryInterval : no effect
client:
RetryDuration: client side resend give up time
RetryInterval: client side timeout value
The server side timeout was set as RetryDuration which is much longer than
client side timeout because server side might have long-standing operations.
However this long timeout does not work for the first message in server alerted
sync. So we need to better introduce two timeouts for server side:
1) a shorter timeout for sending the first message (when it is server alerted
sync)
2) a longer timeout for sending later responses to client.
--
Configure bugmail:
http://bugzilla.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.