Add new option to the example config, and update README

This commit is contained in:
Justin Li 2014-07-17 01:49:41 -04:00
parent 414e14f826
commit d219341c26
2 changed files with 5 additions and 4 deletions

View file

@ -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`.

View file

@ -13,6 +13,7 @@
"private": false,
"freeleech": false,
"whitelist": false,
"purge_inactive_torrents": true,
"announce": "30m",
"min_announce": "15m",