proglog/internal/log/config.go

10 lines
126 B
Go
Raw Normal View History

2021-08-03 22:56:25 -05:00
package log
type Config struct {
Segment struct {
MaxStoreBytes uint64
MaxIndexBytes uint64
InitialOffset uint64
}
}