Skip to content

Commit 5564816

Browse files
authored
Merge pull request #639 from fr0gger/patch-2
Update troubleshooting.rst
2 parents ff697a2 + 4971047 commit 5564816

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/troubleshooting.rst

+7
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ It might have another error, you can follow the below steps:
2222
- systemctl restart yeti_feeds.service
2323

2424
- Relaunch feeders in /Dataflow page.
25+
26+
Performance issues
27+
------------------------------------
28+
29+
At somepoint your Yeti instance might become slow. To solve that issue log in to mongo and enter the following commands:
30+
- db.link.createIndex({"src.$id": 1})
31+
- db.link.createIndex({"dst.$id": 1})

0 commit comments

Comments
 (0)