Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs Plugin-CCache.md (not enabled by default) #1521

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Plugin-CCache.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Note: this plugin was enabled by default in mock-1.2.14 and older.

## Configuration

The ccache plugin is enabled by default and has the following values built-in:
The ccache plugin is disabled by default and has the following values built-in:

config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '4G'
config_opts['plugin_conf']['ccache_opts']['compress'] = None
config_opts['plugin_conf']['ccache_opts']['dir'] = "%(cache_topdir)s/%(root)s/ccache/u%(chrootuid)s/"
Expand Down
Loading