mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-28 14:47:16 +00:00
save
This commit is contained in:
parent
9a6ae5bf5a
commit
ee6b511615
@ -21,7 +21,6 @@ import (
|
||||
"context"
|
||||
"encoding/binary"
|
||||
"fmt"
|
||||
math2 "math"
|
||||
"os"
|
||||
"runtime"
|
||||
"sort"
|
||||
@ -305,9 +304,9 @@ func (opts MdbxOpts) Open() (kv.RwDB, error) {
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
if err := env.SetOption(mdbx.OptSyncBytes, uint64(math2.MaxUint64)); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
//if err := env.SetOption(mdbx.OptSyncBytes, uint64(math2.MaxUint64)); err != nil {
|
||||
// return nil, err
|
||||
//}
|
||||
|
||||
if opts.roTxsLimiter == nil {
|
||||
targetSemCount := int64(runtime.GOMAXPROCS(-1) * 8)
|
||||
|
Loading…
Reference in New Issue
Block a user