วินัยกำหนดให้ฟิวว่างได้ รายละเอียด
This commit is contained in:
parent
2f733cd2a6
commit
4369c35f93
23 changed files with 9215 additions and 53 deletions
|
|
@ -121,6 +121,7 @@ var builder = WebApplication.CreateBuilder(args);
|
|||
PrepareSchemaIfNecessary = true,
|
||||
DashboardJobListLimit = 50000,
|
||||
TransactionTimeout = TimeSpan.FromMinutes(1),
|
||||
InvisibilityTimeout = TimeSpan.FromHours(3),
|
||||
TablesPrefix = "Hangfire"
|
||||
})));
|
||||
builder.Services.AddHangfireServer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue