Skip to content

Commit

Permalink
Made hocons embedded in tests more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed May 7, 2015
1 parent e0b1c4d commit 77b41ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ collector {
region: "us-east-1"
name: "snowplow_collector_example"
}
buffer: {
buffer {
byte-limit: 4000000 # 4MB
record-limit: 500 # 500 records
time-limit: 60000 # 1 minute
}
backoffPolicy: {
backoffPolicy {
minBackoff: 3000 # 3 seconds
maxBackoff: 600000 # 5 minutes
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ collector {
region: "us-east-1"
name: "snowplow_collector_example"
}
buffer: {
buffer {
byte-limit: 4000000 # 4MB
record-limit: 500 # 500 records
time-limit: 60000 # 1 minute
}
backoffPolicy: {
backoffPolicy {
minBackoff: 3000 # 3 seconds
maxBackoff: 600000 # 5 minutes
}
Expand Down

0 comments on commit 77b41ae

Please sign in to comment.