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

Commit

Permalink
bump default
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Sep 28, 2023
1 parent 4738178 commit f155300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/flags/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ var (
}
TempCapacityExpiresAt = &cli.DurationFlag{
Name: "prover.tempCapacityExpiresAt",
Usage: "time in seconds temporary capacity lives for, format: 12s",
Value: 12 * time.Second,
Usage: "time in seconds temporary capacity lives for, format: 36s",
Value: 36 * time.Second,
Category: proverCategory,
}
)
Expand Down

0 comments on commit f155300

Please sign in to comment.