Skip to content

Commit

Permalink
Item11088: unset MONITOR
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/MongoDBPlugin@12862 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Oct 24, 2011
1 parent c65a861 commit db3642b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/MongoDBPlugin/Listener.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Foswiki::Search ();
use Foswiki::Func ();
use Assert;

use constant MONITOR => 1;
use constant MONITOR => 0;

=begin TML
Expand Down

0 comments on commit db3642b

Please sign in to comment.