<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,7 @@ namespace :twitter do
     unless status.empty?
       
       http = Net::HTTP.new(TWITTER_UPDATE_URL.host, 80)
-      http.read_timeout = 30
+      http.open_timeout = 20
       
       headers = {'Authorization' =&gt; 'Basic ' + [&quot;#{twitter_user}:#{twitter_password}&quot;].pack('m').delete(&quot;\r\n&quot;)}
       
@@ -20,7 +20,7 @@ namespace :twitter do
       begin
         http.send(:post, TWITTER_UPDATE_URL.path, body, headers) 
       rescue Timeout::Error =&gt; e
-        puts &quot;Timeout after 30s: Seems like Twitter is down.&quot;
+        puts &quot;Timeout after 20s: Seems like Twitter is down.&quot;
         puts &quot;Use \&quot;cap twitter:update\&quot; to update Twitter status later w/o deploying&quot;
       end
       # if an exception is thrown, let them see it, they're a developer (most likely)</diff>
      <filename>recipes/twitter.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d01dbc93f1316110def9c4a7e60fe3d1133979af</id>
    </parent>
  </parents>
  <author>
    <name>Arya Asemanfar</name>
    <email>arya.asemanfar@gmail.com</email>
  </author>
  <url>http://github.com/arya/capistrano_twitter/commit/5c67b29ee86af9639c617431b704bdd458c4f08a</url>
  <id>5c67b29ee86af9639c617431b704bdd458c4f08a</id>
  <committed-date>2008-06-05T20:05:00-07:00</committed-date>
  <authored-date>2008-06-05T20:05:00-07:00</authored-date>
  <message>* twitter times out on open, not read, oops</message>
  <tree>ee4405932f3b01416a96c5ce0f5bfa9721ad51b2</tree>
  <committer>
    <name>Arya Asemanfar</name>
    <email>arya.asemanfar@gmail.com</email>
  </committer>
</commit>
