From 6413e87030a51cd34020b6dd06aabb4dd63b5a65 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Fri, 23 Oct 2015 13:31:30 -0600 Subject: [PATCH] revert default engine to bz1 --- tsdb/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/config.go b/tsdb/config.go index 115f895f13..52d182c117 100644 --- a/tsdb/config.go +++ b/tsdb/config.go @@ -8,7 +8,7 @@ import ( const ( // DefaultEngine is the default engine for new shards - DefaultEngine = "tsm1" + DefaultEngine = "bz1" // DefaultMaxWALSize is the default size of the WAL before it is flushed. DefaultMaxWALSize = 100 * 1024 * 1024 // 100MB