Skip to content

Commit 3fda0f7

Browse files
committed
Increased timeout
1 parent 507e89e commit 3fda0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Servers/Administration/OJS.Servers.Administration/Extensions/WebApplicationExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static WebApplication ConfigureWebApplication(this WebApplication app, IC
4646
: Results.Content(result.Data, GlobalConstants.MimeTypes.TextHtml);
4747
})
4848
.RequireAuthorization(auth => auth.RequireRole(Administrator))
49-
.WithRequestTimeout(TimeSpan.FromMinutes(5));
49+
.WithRequestTimeout(TimeSpan.FromMinutes(10));
5050

5151
return app
5252
.UseAndMapHangfireDashboard();

0 commit comments

Comments
 (0)