From c2c17fe722e9a100c3f46997ad0ceaf0829c5ccd Mon Sep 17 00:00:00 2001 From: Peter Flynn Date: Fri, 1 Nov 2013 16:09:59 -0700 Subject: [PATCH] Disable watchers for now, for Michael's team --- src/filesystem/FileSystem.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/filesystem/FileSystem.js b/src/filesystem/FileSystem.js index fa7b4400ac1..20bb7afe272 100644 --- a/src/filesystem/FileSystem.js +++ b/src/filesystem/FileSystem.js @@ -463,8 +463,9 @@ define(function (require, exports, module) { this._index.clear(); // Initialize watchers - this._impl.unwatchAll(); - this._impl.initWatchers(this._watcherCallback.bind(this)); + // FIXME: reenable once server-side watchers are more stable +// this._impl.unwatchAll(); +// this._impl.initWatchers(this._watcherCallback.bind(this)); // Start indexing from the new root path this._scanDirectory(rootPath);