mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 16:58:11 +08:00
rm debug comment
This commit is contained in:
parent
5c090b569d
commit
6a5dae8dae
@ -109,7 +109,7 @@ func (*pebbledsPlugin) DatastoreConfigParser() fsrepo.ConfigFromMap {
|
||||
|
||||
if bytesPerSync != 0 || disableWAL || l0CompactionThreshold != 0 || l0StopWritesThreshold != 0 || lBaseMaxBytes != 0 || maxConcurrentCompactions != 0 || memTableSize != 0 || memTableStopWritesThreshold != 0 || walBytesPerSync != 0 || walMinSyncSec != 0 {
|
||||
c.pebbleOpts = &pebble.Options{
|
||||
//BytesPerSync: bytesPerSyn,
|
||||
BytesPerSync: bytesPerSync,
|
||||
DisableWAL: disableWAL,
|
||||
L0CompactionThreshold: l0CompactionThreshold,
|
||||
L0StopWritesThreshold: l0StopWritesThreshold,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user