aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/assign_file_id.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/operation/assign_file_id.go')
-rw-r--r--weed/operation/assign_file_id.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/operation/assign_file_id.go b/weed/operation/assign_file_id.go
index f6d0e0110..b6b870c3c 100644
--- a/weed/operation/assign_file_id.go
+++ b/weed/operation/assign_file_id.go
@@ -239,8 +239,9 @@ type StorageOption struct {
Rack string
DataNode string
TtlSeconds int32
- Fsync bool
VolumeGrowthCount uint32
+ MaxFileNameLength uint32
+ Fsync bool
SaveInside bool
}