Skip to content

Commit

Permalink
Refresh every 5 minutes, bump from 10
Browse files Browse the repository at this point in the history
I've been manually refreshing a lot lately.
  • Loading branch information
chelmertz committed Aug 8, 2024
1 parent 722a833 commit 3810ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/chelmertz/elly/internal/types"
)

var timeoutMinutes = flag.Int("timeout", 10, "refresh PRs every N minutes")
var timeoutMinutes = flag.Int("timeout", 5, "refresh PRs every N minutes")
var url = flag.String("url", "localhost:9876", "URL for web GUI")
var golden = flag.Bool("golden", false, "provide a button for turning a PR into a test. do NOT use outside of development")
var versionFlag = flag.Bool("version", false, "show version")
Expand Down

0 comments on commit 3810ba2

Please sign in to comment.