Skip to content

Commit

Permalink
Correct JSON configuration example in README (#29)
Browse files Browse the repository at this point in the history
In the first JSON config example, the `distributed` block should be a
sibling to `rate_limits`, as it is in the more complete example at the
bottom of the README.
  • Loading branch information
tgeoghegan authored Dec 7, 2023
1 parent 1ef5298 commit fde03d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ This is an HTTP handler module, so it can be used wherever `http.handlers` modul
"window": "",
"max_events": 0
},
"distributed": {
"write_interval": "",
"read_interval": ""
},
"storage": {},
"jitter": 0.0,
"sweep_interval": ""
}
"distributed": {
"write_interval": "",
"read_interval": ""
},
}
```

Expand Down

0 comments on commit fde03d3

Please sign in to comment.