mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Turning off auto-indexing for starred stories until it's ready to go.
This commit is contained in:
parent
f61fc786f1
commit
3449e22565
1 changed files with 1 additions and 1 deletions
|
@ -1501,7 +1501,7 @@ class MStarredStory(mongo.Document):
|
|||
self.story_original_content = None
|
||||
super(MStarredStory, self).save(*args, **kwargs)
|
||||
|
||||
self.index_for_search()
|
||||
# self.index_for_search()
|
||||
|
||||
def index_for_search(self):
|
||||
story_content = zlib.decompress(self.story_content_z)
|
||||
|
|
Loading…
Add table
Reference in a new issue