Skip to content

Commit

Permalink
Merge pull request #3340 from jhorwit2/jah/patch-3
Browse files Browse the repository at this point in the history
Fixed flush interval & flush delay parameters
  • Loading branch information
otoolep committed Jul 15, 2015
2 parents a3557d5 + 4529af1 commit 4c8f1a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ reporting-disabled = false
[data]
dir = "/var/opt/influxdb/data"
max-wal-size = 104857600 # Maximum size the WAL can reach before a flush. Defaults to 100MB.
max-flush-interval = "10m" # Maximum time data can sit in WAL before a flush.
max-partition-flush-delay = "2s" # The delay time between each WAL partition being flushed.
wal-flush-interval = "10m" # Maximum time data can sit in WAL before a flush.
wal-partition-flush-delay = "2s" # The delay time between each WAL partition being flushed.

###
### [cluster]
Expand Down

0 comments on commit 4c8f1a5

Please sign in to comment.