module HBS2.Defaults where
defChunkSize :: Integer
defChunkSize = 500
defBlockSize :: Integer
defBlockSize = 256 * 1024