From d219341c269af882f67ef04444f5a37e95b6beee Mon Sep 17 00:00:00 2001 From: Justin Li Date: Thu, 17 Jul 2014 01:49:41 -0400 Subject: [PATCH] Add new option to the example config, and update README --- README.md | 8 ++++---- example.json | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee9e404..b61ec6d 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ Chihaya is a high-performance [BitTorrent tracker](http://en.wikipedia.org/wiki/BitTorrent_tracker) written in the Go programming language. It is still heavily under development and the current `master` branch should not be used in production. -Planned features include: +Features include: - Light resource consumption - Fast request processing using connection pools to spare the network from exorbitant connections - Maximum compatibility with what exists of the BitTorrent spec -- Correct IPv6 support *gasp* +- Correct IPv6 support - Generic storage interfaces that are easily adapted to work with any database. ### Technical Details @@ -23,10 +23,10 @@ Chihaya can be ran as a public or private tracker and is intended to work with e ### Installing -Chihaya requires Go 1.3+ to build. +Chihaya requires Go 1.3+ to build. To install the Chihaya server, run: ```sh -$ go get github.com/chihaya/chihaya +$ go get github.com/chihaya/chihaya/cmd/chihaya ``` Make sure you have your `$GOPATH` set up correctly, and have `$GOPATH/bin` in your `$PATH`. diff --git a/example.json b/example.json index 334d11d..802e658 100644 --- a/example.json +++ b/example.json @@ -13,6 +13,7 @@ "private": false, "freeleech": false, "whitelist": false, + "purge_inactive_torrents": true, "announce": "30m", "min_announce": "15m",