Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Jul 4, 2024
1 parent d2c47f3 commit 9b0ecb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distmem.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ type metaT struct {
}

type DistMemOptions struct {
MemLimit uint64 // size limit (bytes) before spill-over
DiskLimit uint64 // size limit (bytes) before spill-over
MemLimit uint64 // mem limit (bytes) before spill-over
DiskLimit uint64 // disk limit (bytes) before spill-over
}

type DistMem struct {
Expand Down

0 comments on commit 9b0ecb0

Please sign in to comment.