From d0a571bed2702c17d0ee0d7e199e697768966b15 Mon Sep 17 00:00:00 2001 From: reger Date: Thu, 19 May 2016 01:59:00 +0200 Subject: [PATCH] del cytag trail for own index.html (save resource not used by default) --- htroot/index.html | 1 - source/net/yacy/search/Switchboard.java | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/htroot/index.html b/htroot/index.html index ba3a2544e..9a269d8db 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -215,6 +215,5 @@ :: #%env/templates/simplefooter.template%# #(/topmenu)# - diff --git a/source/net/yacy/search/Switchboard.java b/source/net/yacy/search/Switchboard.java index dd5adeb0c..4f90a326e 100644 --- a/source/net/yacy/search/Switchboard.java +++ b/source/net/yacy/search/Switchboard.java @@ -279,7 +279,7 @@ public final class Switchboard extends serverSwitch { public List networkWhitelist, networkBlacklist; public FilterEngine domainList; private Dispatcher dhtDispatcher; - public LinkedBlockingQueue trail; + public LinkedBlockingQueue trail; // connect infos from cytag servlet public SeedDB peers; public WorkTables tables; public Tray tray;