We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{VVV}/www/default/dashboard-custom.php
define( 'VVV_DASH_THEMES_TTL', 86400 ); define( 'VVV_DASH_PLUGINS_TTL', 86400 ); define( 'VVV_DASH_HOSTS_TTL', 86400 );