(maxSize int)
| 119 | } |
| 120 | |
| 121 | func SetCacheMaxSize(maxSize int) error { |
| 122 | return setSizet(C.GIT_OPT_SET_CACHE_MAX_SIZE, maxSize) |
| 123 | } |
| 124 | |
| 125 | func SetCacheObjectLimit(objectType ObjectType, size int) error { |
| 126 | runtime.LockOSThread() |
searching dependent graphs…