On Mi, 2010-12-08 at 12:22 +0100, Patrick Ohly wrote: > I'm currently (involuntarily ;-) stress-testing this code by running > SyncEvolution<->SyncEvolution syncs with lots of iCalendar 2.0 items, > which happen to have very long IDs.
Related to this: is there some way to increase the maximum ID size advertised by the Synthesis engine? Does that make sense - tradeoff between sending long IDs in messages and having to deal with the mapping? It seems that currently the size is hard-coded, with different values for binfile client and server. Server: libsynthesis/src/sysync/localengineds.cpp: fMaxGUIDSize = 64; Client: libsynthesis/src/sysync/binfileimplds.cpp: fMaxGUIDSize=BINFILE_MAXGUIDSIZE; libsynthesis/src/sysync/binfileimplds.h:#define BINFILE_MAXGUIDSIZE 63 -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ os-libsynthesis mailing list [email protected] http://lists.synthesis.ch/mailman/listinfo/os-libsynthesis
