Skip to content
Jeff Behnke edited this page Dec 12, 2015 · 3 revisions

The cache system caches Hosts, loaded themes and plugins, update check for VVV Dashboard and New Feature list for 24 hours by default.

These times are changeable for themes, plugins and hosts. Simply edit these lines in {VVV}/www/default/dashboard-custom.php

define( 'VVV_DASH_THEMES_TTL', 86400 );
define( 'VVV_DASH_PLUGINS_TTL', 86400 );
define( 'VVV_DASH_HOSTS_TTL', 86400 );
Clone this wiki locally