Skip to content

Commit bed5001

Browse files
committed
example.conf: Choose to break some comment lines for better readability.
1 parent e916924 commit bed5001

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

example.conf

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@
2121

2222
// Number of 100ms buckets to track request distribution in. Used to build
2323
// 'carbon.zipper.hostname.requests_in_0ms_to_100ms' metric and friends.
24-
// Requests beyond the last bucket are logged as slow (default of 10 implies "slow" is >1 second).
24+
// Requests beyond the last bucket are logged as slow
25+
// (default of 10 implies "slow" is >1 second).
2526
"Buckets": 10,
2627

27-
// Maximum total backend requesting timeout in ms. ( How long we may spend making requests. )
28+
// Maximum total backend requesting timeout in ms.
29+
// ( How long we may spend making requests. )
2830
"TimeoutMs": 10000,
2931

30-
// Timeout, in ms, once the final backend has been contacted. ( [Effectively] How long we'll wait for the slowest response. )
32+
// Timeout, in ms, once the final backend has been contacted.
33+
// ( [Effectively] How long we'll wait for the slowest response. )
3134
"TimeoutMsAfterAllStarted": 2000,
3235

3336
// Number of concurrent requests to any given backend - default is no limit.

0 commit comments

Comments
 (0)