Skip to content

Commit

Permalink
Update sample config with topic truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Apr 14, 2015
1 parent 8dd5689 commit b209afd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ enabled = false
enabled = true
# Where the Raft logs are stored. The user running InfluxDB will need read/write access.
dir = "/var/opt/influxdb/raft"
truncation-interval = "10m"
max-topic-size = 1073741824
max-segment-size = 10485760

# Data node configuration. Data nodes are where the time-series data, in the form of
# shards, is stored.
Expand Down

0 comments on commit b209afd

Please sign in to comment.