Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Disable watchers for now, for Michael's team
Browse files Browse the repository at this point in the history
  • Loading branch information
peterflynn committed Nov 1, 2013
1 parent c483585 commit c2c17fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/filesystem/FileSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c2c17fe

Please sign in to comment.