Skip to content

Commit

Permalink
Disable state gc in the Mongo driver for now, something's broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 4, 2013
1 parent 53cc3bc commit 2904924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php
Expand Up @@ -787,7 +787,7 @@ public function loadState(array $collection, $syncKey, $type = null, $id = null)
$this->_syncKey = $syncKey;

// Cleanup older syncstates
$this->_gc($syncKey);
//$this->_gc($syncKey);

// Load the state
$this->_loadState($type);
Expand Down

0 comments on commit 2904924

Please sign in to comment.