mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-06 03:13:42 +00:00
opts: bits are not bytes
The default cache size is 256 megabytes, not megabits as claimed in the docs.
This commit is contained in:
parent
42dee8ecd7
commit
6057c4a038
@ -195,7 +195,7 @@ typedef enum {
|
||||
* > across all repositories before libgit2 starts evicting objects
|
||||
* > from the cache. This is a soft limit, in that the library might
|
||||
* > briefly exceed it, but will start aggressively evicting objects
|
||||
* > from cache when that happens. The default cache size is 256Mb.
|
||||
* > from cache when that happens. The default cache size is 256MB.
|
||||
*
|
||||
* * opts(GIT_OPT_ENABLE_CACHING, int enabled)
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user