Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | odb: only freshen pack files every 2 secondsethomson/refresh_objects | Edward Thomson | 2016-08-04 | 1 | -0/+14 |
| | | | | | | Since writing multiple objects may all already exist in a single packfile, avoid freshening that packfile repeatedly in a tight loop. Instead, only freshen pack files every 2 seconds. | ||||
* | odb: freshen existing objects when writing | Edward Thomson | 2016-08-04 | 1 | -0/+79 |
When writing an object, we calculate its OID and see if it exists in the object database. If it does, we need to freshen the file that contains it. |