Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.

Commit c85d6dc

Browse files
committed
Reduce priority of experimental watchman watcher
1 parent 06abf01 commit c85d6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Extension/IndexerExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class IndexerExtension implements Extension
7474
public function configure(Resolver $schema)
7575
{
7676
$schema->setDefaults([
77-
self::PARAM_ENABLED_WATCHERS => ['watchman', 'inotify', 'find', 'php'],
77+
self::PARAM_ENABLED_WATCHERS => ['inotify', 'watchman', 'find', 'php'],
7878
self::PARAM_INDEX_PATH => '%cache%/index/%project_id%',
7979
self::PARAM_INCLUDE_PATTERNS => [
8080
'/**/*.php',

0 commit comments

Comments
 (0)