Skip to content

Commit

Permalink
Reduce distribution frequency (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter authored Oct 23, 2024
1 parent be38ef9 commit f1717c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trusted_applet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func runWithNetworking(ctx context.Context) error {
WitnessKey: witnessSigningKey,
RestDistributorBaseURL: RestDistributorBaseURL,
FeedInterval: 30 * time.Second,
DistributeInterval: 5 * time.Second,
DistributeInterval: 30 * time.Second,
}
if BastionAddr != "" {
klog.Infof("Bastion host %q configured", BastionAddr)
Expand Down

0 comments on commit f1717c6

Please sign in to comment.