Right now when creating packfiles the first thing we do is to add a randon padding blob, but then when tearing down and flushing everything we check based on size > 0 if we want to actually flush the packfile or not. This means we create empty packfiles for no reasons.
Right now when creating packfiles the first thing we do is to add a randon padding blob, but then when tearing down and flushing everything we check based on size > 0 if we want to actually flush the packfile or not. This means we create empty packfiles for no reasons.