diff options
Diffstat (limited to 'weed/operation/assign_file_id.go')
| -rw-r--r-- | weed/operation/assign_file_id.go | 3 |
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 } |
