Write request id to first 8 bytes of a file, instead of whole file, for

better write performance.
This commit is contained in:
Chris Lu
2014-11-28 16:34:03 -08:00
parent b0e8f8ca2a
commit 8af4753002
3 changed files with 22 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
package util
const (
VERSION = "0.64"
VERSION = "0.66"
)