This website requires JavaScript.
Explore
Help
Register
Sign In
lsm
/
seaweedfs
Watch
1
Star
0
Fork
0
You've already forked seaweedfs
mirror of
https://github.com/seaweedfs/seaweedfs.git
synced
2025-12-19 19:53:32 +08:00
Code
Issues
Actions
16
Packages
Projects
Releases
Wiki
Activity
Files
88ba08cb9e8e15e34e481143a6beec1390dc4874
seaweedfs
/
weed
/
util
/
constants.go
10 lines
94 B
Go
Raw
Normal View
History
Unescape
Escape
1. adding statistics reporting 2. refactor version to util package
2014-03-25 13:46:59 -07:00
package
util
add large disk support
2019-04-08 22:32:42 -07:00
import
(
"fmt"
)
var
(
VERSION
=
fmt
.
Sprintf
(
"%s %d.%d"
,
sizeLimit
,
1
,
28
)
1. adding statistics reporting 2. refactor version to util package
2014-03-25 13:46:59 -07:00
)
Reference in New Issue
Copy Permalink