Skip to content

Instantly share code, notes, and snippets.

@jarib
Created March 8, 2009 14:08
Show Gist options
  • Save jarib/75798 to your computer and use it in GitHub Desktop.
Save jarib/75798 to your computer and use it in GitHub Desktop.
diff --git a/plugins/feed.rb b/plugins/feed.rb
index da99d9a..bca3d3d 100755
--- a/plugins/feed.rb
+++ b/plugins/feed.rb
@@ -203,6 +203,7 @@ module FeedStuff
def run(out = STDOUT, filename = '/tmp/feeds.yaml', period = 30*60)
tr = Thread.new do
+ sleep(120)
begin
load(filename)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment