update the config files

pull/269/head
John Shahid 2014-02-18 15:17:01 -05:00
parent f7142f79b5
commit e6eb494ce1
4 changed files with 46 additions and 4 deletions

View File

@ -112,4 +112,4 @@ index-after = 1000
# the number of requests per one log file, if new requests came in a
# new log file will be created
requests-per-logfile = 10000
requests-per-logfile = 10000

View File

@ -90,4 +90,18 @@ protobuf_port = 60502
[sharding.long-term]
duration = "24h"
split = 1
# split-random = "/^Hf.*/"
# split-random = "/^Hf.*/"
[wal]
dir = "/tmp/influxdb/test/1/wal"
flush-after = 1000 # the number of writes after which wal will be flushed, 0 for flushing on every write
bookmark-after = 1000 # the number of writes after which a bookmark will be created
# the number of writes after which an index entry is created pointing
# to the offset of the first request, default to 1k
index-after = 1000
# the number of requests per one log file, if new requests came in a
# new log file will be created
requests-per-logfile = 10000

View File

@ -88,4 +88,18 @@ protobuf_port = 60508
[sharding.long-term]
duration = "24h"
split = 1
# split-random = "/^Hf.*/"
# split-random = "/^Hf.*/"
[wal]
dir = "/tmp/influxdb/test/2/wal"
flush-after = 1000 # the number of writes after which wal will be flushed, 0 for flushing on every write
bookmark-after = 1000 # the number of writes after which a bookmark will be created
# the number of writes after which an index entry is created pointing
# to the offset of the first request, default to 1k
index-after = 1000
# the number of requests per one log file, if new requests came in a
# new log file will be created
requests-per-logfile = 10000

View File

@ -88,4 +88,18 @@ protobuf_port = 60512
[sharding.long-term]
duration = "24h"
split = 1
# split-random = "/^Hf.*/"
# split-random = "/^Hf.*/"
[wal]
dir = "/tmp/influxdb/test/3/wal"
flush-after = 1000 # the number of writes after which wal will be flushed, 0 for flushing on every write
bookmark-after = 1000 # the number of writes after which a bookmark will be created
# the number of writes after which an index entry is created pointing
# to the offset of the first request, default to 1k
index-after = 1000
# the number of requests per one log file, if new requests came in a
# new log file will be created
requests-per-logfile = 10000