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-17 09:42:29 +08:00
Code
Issues
Actions
32
Packages
Projects
Releases
Wiki
Activity
Files
e909b55633de263b363359c3e045c39c67834ccf
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
(
1.73
2020-04-09 21:44:30 -07:00
VERSION
=
fmt
.
Sprintf
(
"%s %d.%d"
,
sizeLimit
,
1
,
73
)
1. adding statistics reporting 2. refactor version to util package
2014-03-25 13:46:59 -07:00
)
Reference in New Issue
Copy Permalink