On Sat, Jun 19, 2010 at 9:30 AM, Mathijs <[email protected]> wrote: > So this brings me to my question: > Is there any limitation on using B) ? > For example a maximum delta size? (number of ops per delta) > Or a rule against putting 2 mutatedocument operations for the same > Document in 1 delta? >
As far as I can tell there is no limitation in the spec; there's probably a practical limitation from a performance perspective and if you look at the code you might find an implementation-specific limitation but from my reading of the spec nothing prevent you from having a delta with thousands of mutatedocument operations if you are so inclined. -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
