From cd531862608c40299c58fe798d6fed9fbfff6ba9 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Sun, 29 Mar 2015 11:46:44 -0700 Subject: [PATCH] Updated Change List (markdown) --- Change-List.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Change-List.md b/Change-List.md index 372fdf2..1024e25 100644 --- a/Change-List.md +++ b/Change-List.md @@ -9,6 +9,7 @@ This file contains list of recent changes, important features, usage changes, da 3. Change master if master leader changes. 4. Correctly handle .tar.gz file uploads, avoiding auto unzip. 5. Avoid wrong way to handle write failure for replicated writes, which could lead to volume .dat file format error. +6. Support in-memory/leveldb/boltdb mode tuning for memory/performance balance. ## v0.68 @@ -246,4 +247,4 @@ weed volume -dir="/tmp" -volumes=0-4 -mserver="localhost:9333" -port=8080 -publi And more new commands, in addition to "server","volume","fix", etc, will be added. -This provides a simple deliverable file, and the file size is much smaller since Go language statically compile the commands. Combining commands into one file would avoid lots of duplication. +This provides a simple deliverable file, and the file size is much smaller since Go language statically compile the commands. Combining commands into one file would avoid lots of duplication. \ No newline at end of file