Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
feat: increase compliance cid frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeanAsad committed Jul 14, 2023
1 parent a9e1ae6 commit 16aecd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockstore_caboose.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ func newCabooseBlockStore(orchestrator, loggingEndpoint string, cdns *cachedDNS)
PoolRefresh: caboose.DefaultPoolRefreshInterval,
SaturnClient: saturnRetrievalClient,

ComplianceCidPeriod: int64(100),
ComplianceCidPeriod: int64(1),

Check warning on line 107 in blockstore_caboose.go

View check run for this annotation

Codecov / codecov/patch

blockstore_caboose.go#L107

Added line #L107 was not covered by tests
})
}

0 comments on commit 16aecd8

Please sign in to comment.