61 lines
1.4 KiB
YAML
61 lines
1.4 KiB
YAML
# Copyright 2016 The Chihaya Authors. All rights reserved.
|
|
# Use of this source code is governed by the BSD 2-Clause license,
|
|
# which can be found in the LICENSE file.
|
|
|
|
chihaya:
|
|
tracker:
|
|
announce: 10m
|
|
min_announce: 5m
|
|
announce_middleware:
|
|
# - name: ip_blacklist
|
|
# - name: ip_whitelist
|
|
# - name: client_blacklist
|
|
# - name: client_whitelist
|
|
# - name: infohash_blacklist
|
|
# - name: infohash_whitelist
|
|
# - name: varinterval
|
|
# - name: deniability
|
|
- name: store_swarm_interaction
|
|
- name: store_response
|
|
scrape_middleware:
|
|
# - name: infohash_blacklist
|
|
# config:
|
|
# mode: block
|
|
- name: store_response
|
|
|
|
servers:
|
|
- name: store
|
|
config:
|
|
addr: localhost:6880
|
|
request_timeout: 10s
|
|
read_timeout: 10s
|
|
write_timeout: 10s
|
|
client_store:
|
|
name: memory
|
|
ip_store:
|
|
name: memory
|
|
string_store:
|
|
name: memory
|
|
peer_store:
|
|
name: memory
|
|
config:
|
|
gcAfter: 30m
|
|
shards: 1
|
|
|
|
- name: prometheus
|
|
config:
|
|
addr: localhost:6881
|
|
shutdown_timeout: 10s
|
|
read_timeout: 10s
|
|
write_timeout: 10s
|
|
|
|
- name: http
|
|
config:
|
|
addr: localhost:6882
|
|
request_timeout: 10s
|
|
read_timeout: 10s
|
|
write_timeout: 10s
|
|
|
|
# - name: udp
|
|
# config:
|
|
# addr: localhost:6883
|