cmpilato@tigris.org writes:
> Author: cmpilato
> Date: 2002-02-26 21:47 GMT
> New Revision: 1380
>
> Modified:
> trunk/subversion/include/svn_fs.h
> trunk/subversion/libsvn_fs/tree.c
> Log:
> Allow the filesystem's write buffering to be tuned a little bit, given
> the apparent tradeoff between memory consumption and speed /
> disk-space-hording-by-log-files.
>
> * subversion/libsvn_fs/tree.c
>
> (txdelta_baton_t): Add string_stream and target_string members.
>
> (write_to_string): New function.
>
> (window_consumer): Only write to dag layer if end-of-file or a 1024K
> boundary is hit.
This should be "...or a boundary of SVN_FS_WRITE_BUFFER_SIZE is hit."
Will fix in the repos now.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:10 2006