mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Change List (markdown)
parent
2576682a48
commit
cd53186260
|
@ -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.
|
Loading…
Reference in a new issue