<?xml version='1.0'?>
 <configuration>
  <!-- global server(tracker) settings -->
  <server>
    <type value="normal" comment="normal=http, ssl=https"/>
    <bind value="0.0.0.0"/>
    <port value="6969"/>
    <queue_size value="20"/>
    <identity value="trackerbt/0.1"/>
    <announce_url value="http://tracker.alhem.net:6969/announce"/>
    <reannounce_interval value="1800"/>
    <timeout_downloaders_interval value="2700"/>
    <timeout_check_interval value="5"/>
    <response_size value="50"/>
    <max_give value="200"/>
  </server>
  <!-- minder settings -->
  <minder>
    <host value="minder.alhem.net"/>
    <port value="9696"/>
  </minder>
  <!-- minion settings -->
  <minion>
    <bind value="0.0.0.0"/>
    <port value="20010"/>
    <max value="3" comment="max minion connections"/>
    <connect_interval value="30" comment="connect interval"/>
    <update_interval value="150" comment="peer list update interval"/>
    <top_interval value="30" comment="top update interval (0 disables this function)"/>
    <update value="always" comment="always-updates download stats,sparse-only updated when peers connect or disconnect"/>
  </minion>
</configuration>
