1
0
mirror of https://github.com/nxshock/zkv.git synced 2024-11-27 11:21:02 +05:00
This commit is contained in:
nxshock 2022-12-10 21:34:16 +05:00
parent fe90a55322
commit 533eddaed4

View File

@ -12,7 +12,7 @@ type Options struct {
// Memory write buffer size in bytes
MemoryBufferSize int
// Diwk write buffer size in bytes
// Disk write buffer size in bytes
DiskBufferSize int
}