From d135ed776d4835d8d7d9744d5851c92bbc9d11f3 Mon Sep 17 00:00:00 2001 From: rpaquay Date: Sun, 24 Jan 2010 22:01:32 +0000 Subject: [PATCH] Adding section to increase transaction timeout It's commented out, just uncomment it on dev boxes when running into "Transaction Timeout" exception when doing interactive debugging sessions of the app (default timeout is 1 minute, which is not much...) --HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045937 --- src/Orchard.Web/Web.config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Orchard.Web/Web.config b/src/Orchard.Web/Web.config index ea6b67699..683f1bd19 100644 --- a/src/Orchard.Web/Web.config +++ b/src/Orchard.Web/Web.config @@ -27,6 +27,14 @@ + + +