diff --git a/Git-Log.widget.zip b/Git-Log.widget.zip index 5511765..1f19bb7 100644 Binary files a/Git-Log.widget.zip and b/Git-Log.widget.zip differ diff --git a/git-log-widget/git-log.coffee b/git-log-widget/git-log.coffee index b793973..8916f85 100644 --- a/git-log-widget/git-log.coffee +++ b/git-log-widget/git-log.coffee @@ -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\""