Add write throttling based on the size of the uncommitted journal
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 17:12:28 +0000 (10:12 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 17:12:28 +0000 (10:12 -0700)
commitb52abd849493636b81dda8c752a60834f1a6b91f
tree6f9e7868a727406369f1ac6586f688b819ee582c
parent1b57824ed22fb6a40a0f85e5cbc3b0a9538b08ec
Add write throttling based on the size of the uncommitted journal

Previously, throttling was based only on data in memory not committed to
the journal.  With limited upload bandwidth to the cloud, we need both.
bluesky/bluesky-private.h
bluesky/cache.c
bluesky/log.c