diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-11-28 16:34:03 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-11-28 16:34:03 -0800 |
| commit | 8af475300295adf9aadc6f57216112db1e6765cd (patch) | |
| tree | 9b1bdd53109bd74ea739ab0999b07fdb4c454f9d /go/util/constants.go | |
| parent | b0e8f8ca2a63c7be9fe0c32b68e15dc47001a672 (diff) | |
| download | seaweedfs-8af475300295adf9aadc6f57216112db1e6765cd.tar.xz seaweedfs-8af475300295adf9aadc6f57216112db1e6765cd.zip | |
Write request id to first 8 bytes of a file, instead of whole file, for
better write performance.
Diffstat (limited to 'go/util/constants.go')
| -rw-r--r-- | go/util/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/util/constants.go b/go/util/constants.go index c407533a8..61f05898f 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.64" + VERSION = "0.66" ) |
