We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7881231 commit 6bcf7e2Copy full SHA for 6bcf7e2
README.md
@@ -136,7 +136,7 @@ namespace Hangfire.FluentNHibernate.SampleApplication
136
}
137
```
138
Description of optional parameters:
139
-- `TransactionIsolationLevel` - transaction isolation level. Default is read committed.
+- `TransactionIsolationLevel` - transaction isolation level. Default is Serializable.
140
- `QueuePollInterval` - job queue polling interval. Default is 15 seconds.
141
- `JobExpirationCheckInterval` - job expiration check interval (manages expired records). Default is 1 hour.
142
- `CountersAggregateInterval` - interval to aggregate counter. Default is 5 minutes.
0 commit comments