diff --git a/Sources/App/configure.swift b/Sources/App/configure.swift index bee2224..09f09a7 100644 --- a/Sources/App/configure.swift +++ b/Sources/App/configure.swift @@ -10,6 +10,7 @@ public func configure(_ app: Application) throws { // Configure Leaf LeafOption.caching = app.environment.isRelease ? .default : .bypass + LeafRenderer.Option.timeout = 200.0 app.views.use(.leaf) // Register routes