[Monotone-devel] Automate stdio chunk size

2006-07-10 Thread Thomas Moschny
Hi all, Currently, the automation stdio interface emits all data in chunks that do not exceed 1024 byte in size. This value was initially choosen somewhat randomly, but seems to be way too low. Frontends like ViewMTN, Lara, Guitone, or TracMonotone make heavy use of the automation interface

Re: [Monotone-devel] Automate stdio chunk size

2006-07-10 Thread Thomas Keller
Hi Thomas =) [...] So are there any objections against setting constants::automate_stdio_size to, say, 1MB? Is there anyone('s application) depending on smaller chunks? Should we increase the automate format version number? As long as this chunk size is still reported by the chunk size

Re: [Monotone-devel] Automate stdio chunk size

2006-07-10 Thread Thomas Moschny
On Monday 10 July 2006 13:59, Thomas Keller wrote: As long as this chunk size is still reported by the chunk size part of stdio's output (cmdNo:err:[l|m]:chunkSize:) I have no problems with tweaking this value. I depend on a correct value there, nothing more. Sure, this won't be changed. -