Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetWithExpiration (0.14 sec)

  1. pkg/ledger/smt.go

    		// moving up a shortcut, we dont record every single move
    		s.db.updatedMux.Lock()
    		// mark for expiration?
    		if val, ok := s.db.updatedNodes.Get(node); ok {
    			s.db.updatedNodes.SetWithExpiration(node, val, s.retentionDuration)
    		}
    		s.db.updatedMux.Unlock()
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 16:43:05 UTC 2023
    - 14K bytes
    - Viewed (0)
Back to top