Built/Test Tools: Increase grunt watch interval on all files.

Significantly reduces Grunt's CPU usage when `grunt watch` is in an idle/watching state.

Props netweb.
Fixes #44241.

Built from https://develop.svn.wordpress.org/trunk@43324


git-svn-id: http://core.svn.wordpress.org/trunk@43152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2018-06-28 02:20:23 +00:00
parent facf027fe7
commit c3b788a205
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43323';
$wp_version = '5.0-alpha-43324';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.