We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b97e5 commit 0b59c59Copy full SHA for 0b59c59
matching/engine.go
@@ -273,10 +273,10 @@ func (e *Engine) saveSnapshotBackground() {
273
logger.Warn("fork error")
274
} else if pid == 0 {
275
//logger.Infof("[pid=%v] taking snapshot", os.Getpid())
276
- snap := e.snapshot()
+ /*snap := e.snapshot()
277
if snap.OrderBookSnapshot.LogSeq < e.committedLogSeq {
278
//logger.Warnf("[pid=%v] snapshot logSeq less than committed logSeq", os.Getpid())
279
- }
+ }*/
280
281
/*err := e.snapshotStore.Store(snap)
282
if err != nil {
0 commit comments