mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-11 02:13:41 +09:00
GO-1306: Test limit
This commit is contained in:
parent
b213e160df
commit
bb8e1033d7
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@ func (f *fileSync) SpaceStat(ctx context.Context, spaceId string) (ss SpaceStat,
|
|||
FileCount: int(info.FilesCount),
|
||||
CidsCount: int(info.CidsCount),
|
||||
BytesUsage: int(info.UsageBytes),
|
||||
BytesLimit: int(info.LimitBytes),
|
||||
// TODO Remove after test
|
||||
BytesLimit: 52_428_800,
|
||||
// BytesLimit: int(info.LimitBytes),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue