[Jifty-commit] r4929 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jan 24 12:20:12 EST 2008


Author: sterling
Date: Thu Jan 24 12:20:12 2008
New Revision: 4929

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Handler.pm

Log:
 r14931 at riddle:  andrew | 2008-01-24 11:18:56 -0600
 Backing out the previous commit as this has been moved up into Jifty::DBI.


Modified: jifty/trunk/lib/Jifty/Handler.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handler.pm	(original)
+++ jifty/trunk/lib/Jifty/Handler.pm	Thu Jan 24 12:20:12 2008
@@ -210,9 +210,6 @@
         @_
     );
 
-    # PING and reconnect if we've lost the database connection
-    Jifty->handle->connect;
-
     $self->call_trigger('before_request', $args{cgi});
 
     # this is scoped deeper because we want to make sure everything is cleaned


More information about the Jifty-commit mailing list