yacy_search_server/htroot/xml/queues_p.xml
allo 3fd1641893 queuesizes in queues_p.xml
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1714 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-20 22:48:39 +00:00

57 lines
1.4 KiB
XML

<xml version="1.0">
<indexingqueue>
<size>#[indexingSize]#</size>
<max>#[indexingMax]#</max>
#{list-indexing}#
<entry>
<initiator>#[initiator]#</initiator>
<depth>#[depth]#</depth>
<modified>#[modified]#</modified>
<anchor>#[anchor]#</anchor>
<url>#[url]#</url>
<size>#[size]#</size>
<hash>#[hash]#</hash>
<inProcess>#(inProcess)#false::true#(/inProcess)#</inProcess>
</entry>
#{/list-indexing}#
</indexingqueue>
<loaderqueue>
<size>#[loaderSize]#</size>
<max>#[loaderMax]#</max>
#{list-loader}#
<entry>
<initiator>#[initiator]#</initiator>
<depth>#[depth]#</depth>
<url>#[url]#</url>
</entry>
#{/list-loader}#
</loaderqueue>
<localcrawlerqueue>
<size>#[localCrawlSize]#</size>
#{list-local}#
<entry>
<initiator>#[initiator]#</initiator>
<depth>#[depth]#</depth>
<modified>#[modified]#</modified>
<anchor>#[anchor]#</anchor>
<url>#[url]#</url>
<hash>#[hash]#</hash>
<inProcess>#(inProcess)#false::true#(/inProcess)#</inProcess>
</entry>
#{/list-local}#
</localcrawlerqueue>
<remotecrawlerqueue>
<size>#[remoteCrawlSize]#</size>
#{list-remote}#
<entry>
<profile>#[profile]#</profile>
<depth>#[depth]#</depth>
<modified>#[modified]#</modified>
<anchor>#[anchor]#</anchor>
<url>#[url]#</url>
<inProcess>#(inProcess)#false::true#(/inProcess)#</inProcess>
</entry>
#{/list-remote}#
</remotecrawlerqueue>
</xml>