rm debug comment

This commit is contained in:
gammazero 2024-10-02 07:35:00 -07:00
parent 5c090b569d
commit 6a5dae8dae

View File

@ -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,