don't make optimize/check force a full sync anymore

This commit is contained in:
Damien Elmes 2011-12-02 21:52:10 +09:00
parent a0d910201d
commit 88da227ce1

View file

@ -559,7 +559,6 @@ where c.nid == f.id
def fixIntegrity(self):
"Fix possible problems and rebuild caches."
self.modSchema(check=False)
problems = []
self.save()
oldSize = os.stat(self.path)[stat.ST_SIZE]