Index: trunk/packages/sipb-xen-database/debian/changelog
===================================================================
--- trunk/packages/sipb-xen-database/debian/changelog	(revision 1039)
+++ trunk/packages/sipb-xen-database/debian/changelog	(revision 1041)
@@ -1,2 +1,8 @@
+sipb-xen-database (10.28) unstable; urgency=low
+
+  * Re-establish the database connection if the server goes AWOL
+
+ -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 23:19:59 -0400
+
 sipb-xen-database (10.27) unstable; urgency=low
 
Index: trunk/packages/sipb-xen-database/python/database/__init__.py
===================================================================
--- trunk/packages/sipb-xen-database/python/database/__init__.py	(revision 1039)
+++ trunk/packages/sipb-xen-database/python/database/__init__.py	(revision 1041)
@@ -5,5 +5,5 @@
 def connect(uri = config.db.uri):
     """ Connect to a given database URI"""
-    engine = sqlalchemy.create_engine(uri)
+    engine = sqlalchemy.create_engine(uri, pool_timeout=5)
     meta.bind = engine
     session.configure(bind=engine)
