Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit f18354fa authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

disable slow engines

parent c6b5667a
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -283,6 +283,7 @@ engines:
    engine: artic
    engine: artic
    shortcut: arc
    shortcut: arc
    timeout: 4.0
    timeout: 4.0
    disabled: true


  - name: arxiv
  - name: arxiv
    engine: arxiv
    engine: arxiv
@@ -529,6 +530,7 @@ engines:
    engine: tineye
    engine: tineye
    shortcut: tin
    shortcut: tin
    timeout: 9.0
    timeout: 9.0
    disabled: true


  - name: etymonline
  - name: etymonline
    engine: xpath
    engine: xpath
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@
            {% endif %}
            {% endif %}
    
    
            {% if infobox.content %}
            {% if infobox.content %}
            <p class="content"><bdi>{{ infobox.content }}</bdi></p> 
            <p class="content"><bdi>{{ infobox.content|safe }}</bdi></p> 
            {% endif %}
            {% endif %}
        </div>
        </div>