Skip to content

Commit

Permalink
Increased the default refresh rate to 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky Smith committed Nov 10, 2014
1 parent 8cb7ade commit 07de112
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Git-Log.widget.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion git-log-widget/git-log.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ base_dir = '/Your/Path'
items_to_show = 5

# How often would you like to update the display?
refreshFrequency: 10000
refreshFrequency: 120000

# Don't touch this unless you know what's going on
command: "cd #{base_dir} && git log -n #{items_to_show} --all --format=\"%d - %h - %an - %s - %ar\""
Expand Down

0 comments on commit 07de112

Please sign in to comment.