Skip to content

Commit

Permalink
Removed superflouos comments from combined config example.
Browse files Browse the repository at this point in the history
These comments already present in the previous config examples.
  • Loading branch information
valyala committed Nov 8, 2017
1 parent 236ee4c commit 5715c42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,19 +245,9 @@ users:
max_execution_time: 30s
requests_per_minute: 10
deny_http: true
# Allow `CORS` requests for `tabix`.
allow_cors: true

# Enable requests queueing - `chproxy` will queue up to `max_queue_size`
# of incoming requests for up to `max_queue_time` until they stop exceeding
# the current limits.
# This allows gracefully handling request bursts when more than
# `max_concurrent_queries` concurrent requests arrive.
max_queue_size: 40
max_queue_time: 25s

# Enable response caching. See cache config below.
cache: "shortterm"
clusters:
Expand Down Expand Up @@ -287,8 +277,6 @@ caches:
- name: "shortterm"
dir: "/path/to/cache/dir"
max_size: 150Mb

# Cached responses will expire in 130s.
expire: 130s
```

Expand Down
12 changes: 0 additions & 12 deletions config/examples/combined.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,9 @@ users:
max_execution_time: 30s
requests_per_minute: 10
deny_http: true

# Allow `CORS` requests for `tabix`.
allow_cors: true

# Enable requests queueing - `chproxy` will queue up to `max_queue_size`
# of incoming requests for up to `max_queue_time` until they stop exceeding
# the current limits.
# This allows gracefully handling request bursts when more than
# `max_concurrent_queries` concurrent requests arrive.
max_queue_size: 40
max_queue_time: 25s

# Enable response caching. See cache config below.
cache: "shortterm"

clusters:
Expand Down Expand Up @@ -70,6 +60,4 @@ caches:
- name: "shortterm"
dir: "/path/to/cache/dir"
max_size: 150Mb

# Cached responses will expire in 130s.
expire: 130s

0 comments on commit 5715c42

Please sign in to comment.