Skip to content

Commit

Permalink
Update one-shot
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Dec 6, 2024
1 parent e838fa9 commit b350a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/examples/posix-oneshot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const (
// Since this is a short-lived command-line tool, we set this to a relatively low value so that
// the tool can publish the new checkpoint and exit relatively quickly after integrating the entries
// into the tree.
checkpointInterval = 500 * time.Millisecond
checkpointInterval = time.Second
)

// entryInfo binds the actual bytes to be added as a leaf with a
Expand Down

0 comments on commit b350a0a

Please sign in to comment.